michael@0: /* Any copyright is dedicated to the Public Domain. michael@0: http://creativecommons.org/publicdomain/zero/1.0/ */ michael@0: function stopMe(){throw Error("boom");}try{stopMe();var a=1;a=a*2;}catch(e){}; michael@0: //# sourceMappingURL=bogus.map