1.5.4 • Published 9 years ago
koco-signal-emitter v1.5.4
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-emitterUsage 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'
  ...
}