JSDOC/Packer.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 18 Aug 2011 10:03:38 +0000 (18:03 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 18 Aug 2011 10:03:38 +0000 (18:03 +0800)
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..