mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
9 lines
117 B
CoffeeScript
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)) |