@@ -244,7 +244,11 @@ merge(Compressor.prototype, {
|
||||
}
|
||||
if (node instanceof AST_ForIn) {
|
||||
if (node.init instanceof AST_SymbolRef) {
|
||||
node.init.definition().fixed = false;
|
||||
var d = node.init.definition();
|
||||
d.references.push(node.init);
|
||||
d.fixed = false;
|
||||
} else {
|
||||
node.init.walk(tw);
|
||||
}
|
||||
node.object.walk(tw);
|
||||
push();
|
||||
|
||||
Reference in New Issue
Block a user