Typo
This commit is contained in:
parent
e588a09431
commit
d991e6e0cb
@ -44,7 +44,7 @@ class Thread
|
||||
@timeOfDeath = Date.now()
|
||||
|
||||
collect: ->
|
||||
for postID, post in @posts
|
||||
for postID, post of @posts
|
||||
post.collect()
|
||||
delete g.threads[@fullID]
|
||||
delete @board.threads[@]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user