From 8ccb57f9978a2525fdc4ee3b67152dc0d9ede7df Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Aug 2011 18:03:38 +0800 Subject: [PATCH] JSDOC/Packer.js --- JSDOC/Packer.js | 1 + 1 file changed, 1 insertion(+) 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.. -- 2.39.2