summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-11-17 23:24:22 +0100
committerLoïc Hoguin <[email protected]>2011-11-17 23:24:22 +0100
commit57a472dcb73dea1438c7e28a598b27653ddcd01d (patch)
treeecf3783df3c458d7fd0379df23719afae87438c8
parentfed58882493f1befe859115129dff0d80425ef6e (diff)
downloadbullet-57a472dcb73dea1438c7e28a598b27653ddcd01d.tar.gz
bullet-57a472dcb73dea1438c7e28a598b27653ddcd01d.tar.bz2
bullet-57a472dcb73dea1438c7e28a598b27653ddcd01d.zip
Add missing }
-rw-r--r--priv/bullet.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/priv/bullet.js b/priv/bullet.js
index 9f61f00..d30dbc5 100644
--- a/priv/bullet.js
+++ b/priv/bullet.js
@@ -209,6 +209,7 @@
// Close happened on connect, select next transport
if (readyState == CONNECTING){
tn++;
+ }
delay *= 2;
if (delay > 10000){