From 57a472dcb73dea1438c7e28a598b27653ddcd01d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 17 Nov 2011 23:24:22 +0100 Subject: Add missing } --- priv/bullet.js | 1 + 1 file changed, 1 insertion(+) 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){ -- cgit v1.2.3