@@ -399,6 +399,10 @@ merge(Compressor.prototype, {
|
||||
}
|
||||
});
|
||||
};
|
||||
if (compressor.option("ie8")) scope.variables.each(function(def) {
|
||||
var d = def.orig[0].definition();
|
||||
if (d !== def) d.fixed = false;
|
||||
});
|
||||
}
|
||||
|
||||
function mark_defun(tw, def) {
|
||||
|
||||
Reference in New Issue
Block a user