stopper typo fixed

This commit is contained in:
Vladimir Dronnikov
2012-01-18 10:28:12 -05:00
parent 9800e29f72
commit 5aeff8618d

View File

@@ -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;