mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
stopper typo fixed
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
/**
|
||||
* Module requirements.
|
||||
*/
|
||||
@@ -248,7 +247,7 @@ Request.prototype.cleanup = function () {
|
||||
} catch(e) {}
|
||||
|
||||
if (global.ActiveXObject) {
|
||||
delete Browser.requests[this.index];
|
||||
delete Request.requests[this.index];
|
||||
}
|
||||
|
||||
this.xhr = null;
|
||||
|
||||
Reference in New Issue
Block a user