summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components/preferences/sync.js
diff options
context:
space:
mode:
Diffstat (limited to 'application/palemoon/components/preferences/sync.js')
-rw-r--r--application/palemoon/components/preferences/sync.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/components/preferences/sync.js b/application/palemoon/components/preferences/sync.js
index 9c7f1aa1f..f29728dbf 100644
--- a/application/palemoon/components/preferences/sync.js
+++ b/application/palemoon/components/preferences/sync.js
@@ -9,7 +9,7 @@ const PAGE_NO_ACCOUNT = 0;
const PAGE_HAS_ACCOUNT = 1;
const PAGE_NEEDS_UPDATE = 2;
-let gSyncPane = {
+var gSyncPane = {
_stringBundle: null,
prefArray: ["engine.bookmarks", "engine.passwords", "engine.prefs",
"engine.tabs", "engine.history"],