4 lines
57 B
CoffeeScript
4 lines
57 B
CoffeeScript
|
Flowerbox.When /^I stop the timer$/, ->
|
||
|
@timer.stop()
|
||
|
|