Added uglify.js

This commit is contained in:
Jeremy Ruston
2011-12-21 13:03:37 +00:00
parent f096b19e4a
commit 0d1a2ef21c
98 changed files with 6258 additions and 19 deletions

View File

@@ -0,0 +1 @@
function bar(a){try{foo()}catch(b){alert("Exception caught (foo not defined)")}alert(a)}bar(10)