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