CoffeeScript syntax is convenient.

This commit is contained in:
Zixaphir 2014-01-13 00:52:28 -07:00
parent 0f058432e4
commit 6a1223ef04

View File

@ -59,8 +59,7 @@ Get =
# and their clones,
# get all of their backlinks.
if Conf['Quote Backlinks']
for quote in post.quotes
continue unless quotedPost = g.posts[quote]
for quote in post.quotes when quotedPost = g.posts[quote]
qLconcat quotedPost.nodes.quotelinks
handleClones quotedPost.clones
# Third: