diff options
| author | Loïc Hoguin <[email protected]> | 2011-11-17 23:24:22 +0100 |
|---|---|---|
| committer | Loïc Hoguin <[email protected]> | 2011-11-17 23:24:22 +0100 |
| commit | 57a472dcb73dea1438c7e28a598b27653ddcd01d (patch) | |
| tree | ecf3783df3c458d7fd0379df23719afae87438c8 | |
| parent | fed58882493f1befe859115129dff0d80425ef6e (diff) | |
| download | bullet-57a472dcb73dea1438c7e28a598b27653ddcd01d.tar.gz bullet-57a472dcb73dea1438c7e28a598b27653ddcd01d.tar.bz2 bullet-57a472dcb73dea1438c7e28a598b27653ddcd01d.zip | |
Add missing }
| -rw-r--r-- | priv/bullet.js | 1 |
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){ |
