diff options
author | isaacs <i@izs.me> | 2012-04-17 15:52:57 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-04-17 15:52:57 -0700 |
commit | d8b33dc14787213a47a0f10f37137ec476d92952 (patch) | |
tree | b53a0f2d97779ce88de64f4fe08cd3576313c8f6 | |
parent | 37fd953378ecdfcbe8e3656e1827b17fdc4fd969 (diff) | |
download | node-new-d8b33dc14787213a47a0f10f37137ec476d92952.tar.gz |
lint
-rw-r--r-- | lib/domain.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/domain.js b/lib/domain.js index d7a71ed1f3..e865a1faa0 100644 --- a/lib/domain.js +++ b/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 |