JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index 0e821b0..19a299e 100644 (file)
@@ -350,7 +350,7 @@ Packer.prototype = {
         print(sp.warnings.join("\n"));
         
         
-        var out = CompressWhite(new TokenStream(toks), this, true);
+        var out = CompressWhite(new TokenStream(toks), this, true); // do not kill whitespace..
         //var out = CompressWhite(new TokenStream(toks), this, false);
         this.timerPrint("Compressed");
         return out;