X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FPacker.js;h=0e821b0bee1c43427d83b737d64c02911c2f475b;hb=c06cc340276890a4fdb308b1f6343e1ccd51241b;hp=02db4664bfd7a586eaeb36d4f2ae11f5f96e4f0e;hpb=519817b673fac1ee3c36fe8508948b45858222a2;p=gnome.introspection-doc-generator diff --git a/JSDOC/Packer.js b/JSDOC/Packer.js index 02db466..0e821b0 100644 --- a/JSDOC/Packer.js +++ b/JSDOC/Packer.js @@ -350,7 +350,8 @@ Packer.prototype = { print(sp.warnings.join("\n")); - var out = CompressWhite(new TokenStream(toks), this, false); // use true to just do var replacements + var out = CompressWhite(new TokenStream(toks), this, true); + //var out = CompressWhite(new TokenStream(toks), this, false); this.timerPrint("Compressed"); return out;