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 )