JSDOC/Packer.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 4 Aug 2010 02:53:35 +0000 (10:53 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 4 Aug 2010 02:53:35 +0000 (10:53 +0800)
JSDOC/Packer.js

index 88b7e30..f7a3246 100644 (file)
@@ -360,17 +360,14 @@ Packer.prototype = {
             keepWhite : true,  
             keepComments : true, 
             sepIdents : true,
-            collapseWhite : true
+            collapseWhite : false
         });
         this.timerPrint("START" + fn);
         
-        
         // we can load translation map here...
         
         var toks = tr.tokenize(new TextStream(str)); // dont merge xxx + . + yyyy etc.
         
-        print(JSON.stringify(toks, null ,4 ));
-        
         // at this point we can write a language file...
         if (this.translateJSON) {