소스 검색

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);
 };