ScopedEventEmitter
Extension to the standard EventEmitter which accepts a scope object during construction. This object will be set as the scope for all event listeners.
Using ScopedEventEmitter
var ScopedEventEmitter = obj = {} emitter = obj; emitter;