From 69e465ea5b6d75e23ae5e528040430aca6ed7f4a Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 26 Nov 2011 22:31:15 +0100 Subject: [PATCH] Redundant braces. --- script.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.coffee b/script.coffee index 366377a66..aee14b183 100644 --- a/script.coffee +++ b/script.coffee @@ -1861,7 +1861,7 @@ quoteInline = # remove the corresponding table or loading td $.rm $.x "following::*[@id='i#{id}']", @ else - return if $.x("ancestor::*[@id='#{id}']", @) + return if $.x "ancestor::*[@id='#{id}']", @ quoteInline.add @, id @classList.toggle 'inlined'