summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base/content/sync/addDevice.js
diff options
context:
space:
mode:
Diffstat (limited to 'application/palemoon/base/content/sync/addDevice.js')
-rw-r--r--application/palemoon/base/content/sync/addDevice.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/application/palemoon/base/content/sync/addDevice.js b/application/palemoon/base/content/sync/addDevice.js
index 40862a791..0390d4397 100644
--- a/application/palemoon/base/content/sync/addDevice.js
+++ b/application/palemoon/base/content/sync/addDevice.js
@@ -2,9 +2,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-const Ci = Components.interfaces;
-const Cc = Components.classes;
-const Cu = Components.utils;
+var Ci = Components.interfaces;
+var Cc = Components.classes;
+var Cu = Components.utils;
Cu.import("resource://services-sync/main.js");
Cu.import("resource://gre/modules/XPCOMUtils.jsm");