Skip to content

Commit 093829d

Browse files
committed
missin self reference
1 parent 8bff03f commit 093829d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ SockJS.prototype._receiveInfo = function(info, rtt, status, headers) {
199199
};
200200

201201
SockJS.prototype._connect = function() {
202+
var self = this;
202203
for (var Transport = this._transports.shift(); Transport; Transport = this._transports.shift()) {
203204
debug('attempt', Transport.transportName);
204205
if (Transport.needBody) {

0 commit comments

Comments
 (0)