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

index 619df62..88b7e30 100644 (file)
@@ -364,11 +364,13 @@ Packer.prototype = {
         });
         this.timerPrint("START" + fn);
         
-        print(JSON.stringify(tr null ,4 ));
+        
         // 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) {