updated by GasGit automation

This commit is contained in:
Bruce McPherson 2016-06-30 16:50:24 +01:00
parent dff10b1618
commit 52d6bd52c8

View file

@ -12,7 +12,7 @@ function getLibraryInfo () {
return { return {
info: { info: {
name:'cUseful', name:'cUseful',
version:'2.2.34', version:'2.2.35',
key:'Mcbr-v4SsYKJP7JMohttAZyz3TLx7pV4j', key:'Mcbr-v4SsYKJP7JMohttAZyz3TLx7pV4j',
share:'https://script.google.com/d/1EbLSESpiGkI3PYmJqWh3-rmLkYKAtCNPi1L2YCtMgo2Ut8xMThfJ41Ex/edit?usp=sharing', share:'https://script.google.com/d/1EbLSESpiGkI3PYmJqWh3-rmLkYKAtCNPi1L2YCtMgo2Ut8xMThfJ41Ex/edit?usp=sharing',
description:'various dependency free useful functions' description:'various dependency free useful functions'
@ -552,7 +552,7 @@ function padLeading (stringtoPad , targetLength , padWith) {
* @return {string} decoded as as string * @return {string} decoded as as string
*/ */
function b64ToString ( b64) { function b64ToString ( b64) {
return Utilities.newBlob(Utilities.base64Decode(result.content)).getDataAsString(); return Utilities.newBlob(Utilities.base64Decode(b64)).getDataAsString();
} }
/** /**