Skip to content

Commit

Permalink
Mirroring change from node's patch for addOnce.
Browse files Browse the repository at this point in the history
  • Loading branch information
miksago committed Jan 15, 2010
1 parent 8c1b9c6 commit af8730b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ if(process.EventEmitter.prototype.addOnce == undefined){
EventEmitter.removeListener(signal, arguments.callee);
callback.apply(this, arguments);
});

return this;
};
}

Expand Down

0 comments on commit af8730b

Please sign in to comment.