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