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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/base/content/sync/addDevice.js b/application/palemoon/base/content/sync/addDevice.js
index 556e75768..40862a791 100644
--- a/application/palemoon/base/content/sync/addDevice.js
+++ b/application/palemoon/base/content/sync/addDevice.js
@@ -15,7 +15,7 @@ const ADD_DEVICE_PAGE = 0;
const SYNC_KEY_PAGE = 1;
const DEVICE_CONNECTED_PAGE = 2;
-let gSyncAddDevice = {
+var gSyncAddDevice = {
init: function init() {
this.pin1.setAttribute("maxlength", PIN_PART_LENGTH);