summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base/content/sync/aboutSyncTabs.js
diff options
context:
space:
mode:
Diffstat (limited to 'application/palemoon/base/content/sync/aboutSyncTabs.js')
-rw-r--r--application/palemoon/base/content/sync/aboutSyncTabs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/base/content/sync/aboutSyncTabs.js b/application/palemoon/base/content/sync/aboutSyncTabs.js
index 535c43e56..bc624a459 100644
--- a/application/palemoon/base/content/sync/aboutSyncTabs.js
+++ b/application/palemoon/base/content/sync/aboutSyncTabs.js
@@ -11,7 +11,7 @@ Cu.import("resource://gre/modules/PlacesUtils.jsm", this);
Cu.import("resource://gre/modules/Services.jsm");
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
-let RemoteTabViewer = {
+var RemoteTabViewer = {
_tabsList: null,
init: function () {