Missing braces.

This commit is contained in:
Mayhem 2014-01-31 22:46:40 +01:00
parent aaf5e8bb1a
commit 824695daaf

View File

@ -71,7 +71,7 @@ class DataBoard
ajaxClean: (boardID) ->
$.cache "//a.4cdn.org/#{boardID}/threads.json", (e) =>
if e.target.status isnt 200
@delete boardID if e.target.status is 404
@delete {boardID} if e.target.status is 404
return
board = @data.boards[boardID]
threads = {}