JSDOC/Packer.js
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index bd8f306..eb482f5 100644 (file)
@@ -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..