remove alert('wat')

I was testing whether the utf8 issue[1] actually prevents compiling.
[1]: http://github.com/jashkenas/coffee-script/issues#issue/421

it doesn't, so all is well.
This commit is contained in:
James Campos 2010-06-11 03:08:12 -07:00
parent 187a2c8221
commit c1fc9518ef

View File

@ -944,5 +944,4 @@ cursor: pointer; \
callback();
}
document.body.addEventListener('DOMNodeInserted', nodeInserted, true);
alert('wat');
})();