mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
removing no_paren -- can cause order of operations errors
This commit is contained in:
3
test/fixtures/generation/whitespace.coffee
vendored
3
test/fixtures/generation/whitespace.coffee
vendored
@@ -4,3 +4,6 @@ f1: x =>
|
||||
f2: y =>
|
||||
y * x
|
||||
|
||||
elements.each(el =>
|
||||
el.click(event =>
|
||||
el.show() if event.active))
|
||||
Reference in New Issue
Block a user