Skip to content

Commit faeac35

Browse files
committed
Fix Sirka's mistakes.
1 parent 5261c93 commit faeac35

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14055,9 +14055,8 @@ WebSocketClient.prototype._onclose = function() {
1405514055

1405614056
this.container._remove(this._id);
1405714057
this.container._refresh();
14058-
self.container.$events.close && this.container.emit('close', this);
14058+
this.container.$events.close && this.container.emit('close', this);
1405914059
this.socket.removeAllListeners();
14060-
this.removeAllListeners();
1406114060
F.$events['websocket-end'] && F.emit('websocket-end', this.container, this);
1406214061
};
1406314062

0 commit comments

Comments
 (0)