mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Re-educate rogue emoticon
He was wrecking havoc by confusing the Javascript mode syntax highlighter. (imported from commit 27900cf6b6dc7866f2b2f108e79d28d6785aa466)
This commit is contained in:
parent
96041be75c
commit
a495b0dfa6
@ -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 )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user