Merge branch 'master' of github.com:LearnBoost/socket.io-client

This commit is contained in:
Guillermo Rauch
2012-08-01 12:02:51 -07:00

View File

@@ -157,6 +157,8 @@
if (xhr.status == 200) {
complete(xhr.responseText);
} else if (xhr.status == 403) {
self.onError(xhr.responseText);
} else {
self.connecting = false;
!self.reconnecting && self.onError(xhr.responseText);