ericz 12 years ago
parent
commit
f202e75414
3 changed files with 2 additions and 2 deletions
  1. 1 1
      deps/EventEmitter
  2. 1 1
      dist/peer.js
  3. 0 0
      dist/peer.min.js

+ 1 - 1
deps/EventEmitter

@@ -1 +1 @@
-Subproject commit 5c347bfe5cb8ec62ea2872348ab9304ba0c585f8
+Subproject commit 7e4606d166e1a587263a022b388e1232f42cd7d4

+ 1 - 1
dist/peer.js

@@ -604,7 +604,7 @@ EventEmitter.prototype.addListener = function(type, listener, scope, once) {
     // Adding the second element, need to change to array.
     // Adding the second element, need to change to array.
     this._events[type] = [this._events[type], listener];
     this._events[type] = [this._events[type], listener];
   }
   }
-  
+  return this;
 };
 };
 
 
 EventEmitter.prototype.on = EventEmitter.prototype.addListener;
 EventEmitter.prototype.on = EventEmitter.prototype.addListener;

File diff suppressed because it is too large
+ 0 - 0
dist/peer.min.js


Some files were not shown because too many files changed in this diff