summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-11-30 00:58:34 +0100
committerLoïc Hoguin <[email protected]>2011-11-30 00:58:34 +0100
commit18585973b2b84dd58658d09c3f7423612c9f912e (patch)
tree2913c438526bd9a7876c95bc6e72c5b27c6ca9e4
parent4d61473c0f6155536238656b077cd200284ffb12 (diff)
downloadbullet-18585973b2b84dd58658d09c3f7423612c9f912e.tar.gz
bullet-18585973b2b84dd58658d09c3f7423612c9f912e.tar.bz2
bullet-18585973b2b84dd58658d09c3f7423612c9f912e.zip
Don't call onerror on xhrPolling POST error for now
-rw-r--r--priv/bullet.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/priv/bullet.js b/priv/bullet.js
index 9d63242..69ac2cf 100644
--- a/priv/bullet.js
+++ b/priv/bullet.js
@@ -89,9 +89,6 @@
if (data.length != 0){
fake.onmessage({'data': data});
}
- },
- error: function(xhr){
- fake.onerror();
}
});