This commit is contained in:
Mayhem 2014-01-15 01:06:21 +01:00
parent e588a09431
commit d991e6e0cb

View File

@ -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[@]