prefetch bugfix

This commit is contained in:
ccd0 2014-07-05 22:50:45 -07:00
parent ca6b670fad
commit 4bf6f9a4fc

View File

@ -44,5 +44,5 @@ ImageLoader =
toggle: ->
enabled = Conf['prefetch'] = @checked
if enabled
ImageLoader.thread.posts.forEach ImageLoader.node.call
ImageLoader.thread.posts.forEach (post) -> ImageLoader.node.call post
return