Merge branch 'master' of github.com:mishoo/UglifyJS2

This commit is contained in:
Mihai Bazon
2014-04-24 10:56:57 +03:00

View File

@@ -51,7 +51,7 @@
start : my_start_token(M),
end : my_end_token(M),
body : from_moz(M.block).body,
bcatch : from_moz(M.handlers[0]),
bcatch : from_moz(M.handlers ? M.handlers[0] : M.handler),
bfinally : M.finalizer ? new AST_Finally(from_moz(M.finalizer)) : null
});
},