From a495b0dfa646a3f20cd5ca48b653a08637caa978 Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Fri, 15 Mar 2013 12:30:22 -0400 Subject: [PATCH] Re-educate rogue emoticon He was wrecking havoc by confusing the Javascript mode syntax highlighter. (imported from commit 27900cf6b6dc7866f2b2f108e79d28d6785aa466) --- zephyr/static/js/blueslip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/static/js/blueslip.js b/zephyr/static/js/blueslip.js index 8ca730b6fc..ab030657e1 100644 --- a/zephyr/static/js/blueslip.js +++ b/zephyr/static/js/blueslip.js @@ -148,7 +148,7 @@ BlueslipError.prototype = Error.prototype; // argument it is. The argument munging is taken from // jQuery itself, so we tell jslint to ignore the style // issues that the jQuery code would raise. It sucks - // that we have to replicate the code :/ + // that we have to replicate the code :( /*jslint eqeq: true */ if ( data == null && fn == null ) { // ( types, fn )