Parenthesize assignment in if test.
This commit is contained in:
parent
ec62296b7f
commit
a6d68c435d
@ -224,7 +224,7 @@ Main =
|
||||
$.event '4chanXInitFinished'
|
||||
|
||||
initThread: ->
|
||||
if board = $ '.board'
|
||||
if (board = $ '.board')
|
||||
threads = []
|
||||
posts = []
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user