Browse Source

lint

v0.9.1-release
isaacs 13 years ago
parent
commit
d8b33dc147
  1. 2
      lib/domain.js

2
lib/domain.js

@ -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

Loading…
Cancel
Save