Files
coffeescript/test/fixtures/generation/whitespace.coffee
2009-12-26 11:10:59 -08:00

9 lines
117 B
CoffeeScript

# test
f1: x =>
x * x
f2: y =>
y * x
elements.each(el =>
el.click(event =>
el.show() if event.active))