mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Removed unneeded .bind
This commit is contained in:
@@ -42,7 +42,6 @@ function Socket (opts) {
|
||||
this.transports = opts.transports || ['polling', 'websocket', 'flashsocket'];
|
||||
this.readyState = '';
|
||||
this.writeBuffer = [];
|
||||
this.flush = this.flush.bind(this);
|
||||
this.open();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user