JSDOC/Packer.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 18 Aug 2011 09:04:05 +0000 (17:04 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 18 Aug 2011 09:04:05 +0000 (17:04 +0800)
JSDOC/Packer.js

index 26257ff..d90aeed 100644 (file)
@@ -415,9 +415,9 @@ Packer.prototype = {
         sp.mungeSymboltree();
         this.timerPrint("Munged Sym tree");
         print(sp.warnings.join("\n"));
+         this.timerPrint("Compressed");
         
-        
-        print("keepwhite? " + JSON.stringify(this.keepWhite));
+        this.timerPrint("keepwhite? " + JSON.stringify(this.keepWhite));
         var out = CompressWhite(new TokenStream(toks), this, this.keepWhite); // do not kill whitespace..