From b49cc30ca8127367bf2276feb81c5bf9df7a8155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 9 Nov 2011 22:25:16 +0100 Subject: Replace const by var in JS for IE compatibility --- priv/bullet.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'priv') 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 = { /** -- cgit v1.2.3