JSDOC/Packer.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 19 Aug 2011 04:37:05 +0000 (12:37 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 19 Aug 2011 04:37:05 +0000 (12:37 +0800)
JSDOC/Packer.js

index eb482f5..79ad2a8 100644 (file)
@@ -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 "