@@ -1016,6 +1016,7 @@ Compressor.prototype.compress = function(node) {
|
||||
}
|
||||
|
||||
function walk_prop(lhs) {
|
||||
reset_flags(lhs);
|
||||
if (lhs instanceof AST_Dot) {
|
||||
walk_prop(lhs.expression);
|
||||
} else if (lhs instanceof AST_Sub) {
|
||||
|
||||
Reference in New Issue
Block a user