Removed onClose from xhr

This commit is contained in:
Guillermo Rauch
2010-08-02 09:52:13 -07:00
parent 6884a643e8
commit a3707afc5b

View File

@@ -83,8 +83,7 @@
if (this._sendXhr){
this._sendXhr.onreadystatechange = this._sendXhr.onload = empty;
this._sendXhr.abort();
}
this._onClose();
}
this._onDisconnect();
return this;
}