ソースを参照

got rid of dup emission

Michelle Bu 12 年 前
コミット
214514e743
1 ファイル変更0 行追加1 行削除
  1. 0 1
      lib/connection.js

+ 0 - 1
lib/connection.js

@@ -327,7 +327,6 @@ DataConnection.prototype.close = function() {
     dst: self._peer,
     src: self._id,
   }));
-  this.emit('close', this._peer);
 };