1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-11-01 19:41:21 +00:00
haste-server/node_modules/uglify-js/test/unit/compress/expected/issue50.js
2012-02-06 14:09:01 -05:00

1 line
96 B
JavaScript

function bar(a){try{foo()}catch(b){alert("Exception caught (foo not defined)")}alert(a)}bar(10)