pulsar/spec/fixtures/task-spec-handler.coffee

4 lines
60 B
CoffeeScript
Raw Normal View History

2013-06-15 03:09:38 +04:00
module.exports = ->
emit("some-event", 1, 2, 3)
2013-06-15 03:09:38 +04:00
'hello'