koco-signal-emitter
v1.5.4
Published
Wrapper for Miller Medeiros's Signal Emitter js-signals wrapper.
Downloads
10
Readme
koco-signal-emitter
Koco wrapper for Signal Emitter, itself a JS-Signals wrapper to convert it into a regular event emitter.
Installation
bower install koco-signal-emitter
Usage with KOCO
This is a shared module that is used in many other module. The convention is to configure an alias in the require.configs.js
with the name signal-emitter
like so:
paths: {
...
'signal-emitter': 'bower_components/koco-signal-emitter/src/signal-emitter'
...
}