From: Alan Knowles Date: Thu, 18 Aug 2011 10:03:38 +0000 (+0800) Subject: JSDOC/Packer.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=8ccb57f9978a2525fdc4ee3b67152dc0d9ede7df JSDOC/Packer.js --- diff --git a/JSDOC/Packer.js b/JSDOC/Packer.js index bd8f306..eb482f5 100644 --- a/JSDOC/Packer.js +++ b/JSDOC/Packer.js @@ -548,6 +548,7 @@ Packer.prototype = { File.append(transfile, l + "\n\t\"" + v + "\" : \"" + v); l = ','; // strings are raw... - as the where encoded to start with!!! + // so we should not need to encode them again.. - just wrap with " File.append(transmd5, '_T["' + this.md5(ffn + '-' + v) + '"]="'+v+"\";\n"); } File.append(transfile, "\n},"); // always one trailing..