diff options
Diffstat (limited to 'lib/compress.js')
-rw-r--r-- | lib/compress.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compress.js b/lib/compress.js index 3054e1fe..14e722d3 100644 --- a/lib/compress.js +++ b/lib/compress.js @@ -64,7 +64,7 @@ function Compressor(options, false_by_default) { cascade : !false_by_default, warnings : true - }); + }, true); }; Compressor.prototype = new TreeTransformer; |