fix copayers

This commit is contained in:
Matias Alejo Garcia 2014-12-09 11:52:01 -03:00
commit 475f6ea29e
11 changed files with 62 additions and 32 deletions

View file

@ -26,7 +26,7 @@ var inherits = function(ctor, superCtor) {
inherits(FakeSocket, EventEmitter);
FakeSocket.prototype.removeEventListener = function() {
FakeSocket.prototype.removeListener = function() {
return;
}