Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

Commit

Permalink
Merge branch 'fix-ie' of git://github.com/n11/bullet
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Feb 19, 2014
2 parents 5bf4941 + 10b10fc commit 2df0f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/bullet.js
Expand Up @@ -245,7 +245,7 @@
// Hard disconnect, inform the user and retry later
delay = delayDefault;
tn = 0;
stream.ondisconnect();
stream && stream.ondisconnect();
setTimeout(function(){init();}, delayMax);
return false;
}
Expand Down

0 comments on commit 2df0f57

Please sign in to comment.