hoist_vars is pretty bad, it seems. cancelled it for now.

This commit is contained in:
Mihai Bazon
2012-09-10 22:40:18 +03:00
parent 6b9aeb5325
commit 1579c0fb97
2 changed files with 3 additions and 6 deletions

View File

@@ -65,7 +65,7 @@ function Compressor(options, false_by_default) {
booleans : !false_by_default,
loops : !false_by_default,
hoist_funs : !false_by_default,
hoist_vars : !false_by_default,
//hoist_vars : !false_by_default, // XXX: turns out, this is really bad
warnings : true
});