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

index d90aeed..6bd8cf2 100644 (file)
@@ -417,8 +417,7 @@ Packer.prototype = {
         print(sp.warnings.join("\n"));
          this.timerPrint("Compressed");
         
-        this.timerPrint("keepwhite? " + JSON.stringify(this.keepWhite));
-        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");