From 4992151d7dbe209a6a3ea66553ebdbc47d2696ba Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 9 May 2011 22:45:08 -0700 Subject: [PATCH] parens --- script.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.coffee b/script.coffee index d1257da7d..4a4c775ca 100644 --- a/script.coffee +++ b/script.coffee @@ -1352,7 +1352,7 @@ quoteBacklink = g.callbacks.push quoteBacklink.node node: (root) -> for quote in $$ 'a.quotelink', root - continue unless el = d.getElementById(quote.textContent[2..]) + continue unless el = d.getElementById quote.textContent[2..] good = 1 id = quote.parentNode.parentNode.parentNode.id for backlink in $$ 'a.backlink', el