removing no_paren -- can cause order of operations errors

This commit is contained in:
Jeremy Ashkenas
2009-12-26 11:10:59 -08:00
parent 191875a85b
commit fde9852090
2 changed files with 6 additions and 3 deletions

View File

@@ -4,3 +4,6 @@ f1: x =>
f2: y =>
y * x
elements.each(el =>
el.click(event =>
el.show() if event.active))