summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base/content/autorecovery.js
diff options
context:
space:
mode:
Diffstat (limited to 'application/palemoon/base/content/autorecovery.js')
-rw-r--r--application/palemoon/base/content/autorecovery.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/application/palemoon/base/content/autorecovery.js b/application/palemoon/base/content/autorecovery.js
index 29ccaed3f..01a092f5c 100644
--- a/application/palemoon/base/content/autorecovery.js
+++ b/application/palemoon/base/content/autorecovery.js
@@ -10,9 +10,9 @@
* have been properly initialized already.
*/
-let Cc = Components.classes;
-let Ci = Components.interfaces;
-let Cu = Components.utils;
+var Cc = Components.classes;
+var Ci = Components.interfaces;
+var Cu = Components.utils;
// Services = object with smart getters for common XPCOM services
Cu.import("resource://gre/modules/Services.jsm");