mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Merge pull request #132 from asdfryan/master
Issue 83 fix: IE9/10 error
This commit is contained in:
@@ -248,6 +248,9 @@ Request.prototype.onError = function(err){
|
||||
*/
|
||||
|
||||
Request.prototype.cleanup = function(){
|
||||
if ('undefined' == typeof this.xhr ) {
|
||||
return;
|
||||
}
|
||||
// xmlhttprequest
|
||||
this.xhr.onreadystatechange = empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user