From ad8173d35a29031857ab690b46e23d2e558b0637 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 19 Aug 2011 12:37:05 +0800 Subject: [PATCH] JSDOC/Packer.js --- JSDOC/Packer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/Packer.js b/JSDOC/Packer.js index eb482f5..79ad2a8 100644 --- a/JSDOC/Packer.js +++ b/JSDOC/Packer.js @@ -545,7 +545,7 @@ Packer.prototype = { if (!v.length) { continue; } - File.append(transfile, l + "\n\t\"" + v + "\" : \"" + v); + 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 " -- 2.39.2