Redundant braces.

This commit is contained in:
Nicolas Stepien 2011-11-26 22:31:15 +01:00
parent d93860f055
commit 69e465ea5b

View File

@ -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'