|
|
@ -25,7 +25,7 @@ var EventEmitter = events.EventEmitter; |
|
|
|
var inherits = util.inherits; |
|
|
|
|
|
|
|
// methods that are called when trying to shut down expliclitly bound EEs
|
|
|
|
var endMethods = [ 'end', 'abort', 'destroy', 'destroySoon' ]; |
|
|
|
var endMethods = ['end', 'abort', 'destroy', 'destroySoon']; |
|
|
|
|
|
|
|
// communicate with events module, but don't require that
|
|
|
|
// module to have to load this one, since this module has
|
|
|
|