From c1fc9518efbe3e6c31c80bee09aaf1a20dfaaa9e Mon Sep 17 00:00:00 2001 From: James Campos Date: Fri, 11 Jun 2010 03:08:12 -0700 Subject: [PATCH] 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. --- 4chan_x.js | 1 - 1 file changed, 1 deletion(-) diff --git a/4chan_x.js b/4chan_x.js index 60ebc6b72..a66fd9cbc 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -944,5 +944,4 @@ cursor: pointer; \ callback(); } document.body.addEventListener('DOMNodeInserted', nodeInserted, true); - alert('wat'); })();