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:
parent
187a2c8221
commit
c1fc9518ef
@ -944,5 +944,4 @@ cursor: pointer; \
|
|||||||
callback();
|
callback();
|
||||||
}
|
}
|
||||||
document.body.addEventListener('DOMNodeInserted', nodeInserted, true);
|
document.body.addEventListener('DOMNodeInserted', nodeInserted, true);
|
||||||
alert('wat');
|
|
||||||
})();
|
})();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user