From: Alan Knowles Date: Fri, 19 Aug 2011 04:37:05 +0000 (+0800) Subject: JSDOC/Packer.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=ad8173d35a29031857ab690b46e23d2e558b0637 JSDOC/Packer.js --- 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 "