summaryrefslogtreecommitdiffstats
path: root/priv
diff options
context:
space:
mode:
Diffstat (limited to 'priv')
-rw-r--r--priv/bullet.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/priv/bullet.js b/priv/bullet.js
index 8a4f52f..5e8d26f 100644
--- a/priv/bullet.js
+++ b/priv/bullet.js
@@ -33,10 +33,10 @@
a ping/pong mechanism. By default a JSON ping is sent.
*/
(function($){$.extend({bullet: function(url){
- const CONNECTING = 0;
- const OPEN = 1;
- const CLOSING = 2;
- const CLOSED = 3;
+ var CONNECTING = 0;
+ var OPEN = 1;
+ var CLOSING = 2;
+ var CLOSED = 3;
var transports = {
/**