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

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