Whitespaces

This commit is contained in:
Rafael Mendonça França
2014-09-01 21:34:41 -03:00
parent 7fe2944fbb
commit 1d60c89400

View File

@@ -65,7 +65,7 @@ module Jquery
end
end
unless fragments.children.any? {|child| child.element?}
unless fragments.children.any? { |child| child.element? }
opts = [jquery_method, jquery_opt, id].compact
flunk "No JQuery call matches #{opts.inspect}"
end