summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base/content
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-04-05 08:10:46 -0400
committerMatt A. Tobin <email@mattatobin.com>2018-04-05 08:10:46 -0400
commit6fde853fa8276926f30c7135bdd5f68de3afc35a (patch)
tree7412498c4796458ddd8a507cef3e126b6ad06a12 /application/palemoon/base/content
parent321121c827f3da8734a1f852021ff8cfdbc9084f (diff)
downloadUXP-6fde853fa8276926f30c7135bdd5f68de3afc35a.tar
UXP-6fde853fa8276926f30c7135bdd5f68de3afc35a.tar.gz
UXP-6fde853fa8276926f30c7135bdd5f68de3afc35a.tar.lz
UXP-6fde853fa8276926f30c7135bdd5f68de3afc35a.tar.xz
UXP-6fde853fa8276926f30c7135bdd5f68de3afc35a.zip
[PALEMOON] Fix redeclarations of shorthand Cc, Ci, Cu
Diffstat (limited to 'application/palemoon/base/content')
-rw-r--r--application/palemoon/base/content/autorecovery.js4
-rw-r--r--application/palemoon/base/content/browser.js1
-rw-r--r--application/palemoon/base/content/padlock.js3
3 files changed, 1 insertions, 7 deletions
diff --git a/application/palemoon/base/content/autorecovery.js b/application/palemoon/base/content/autorecovery.js
index 29ccaed3f..c24d1bfe4 100644
--- a/application/palemoon/base/content/autorecovery.js
+++ b/application/palemoon/base/content/autorecovery.js
@@ -10,10 +10,6 @@
* have been properly initialized already.
*/
-let Cc = Components.classes;
-let Ci = Components.interfaces;
-let Cu = Components.utils;
-
// Services = object with smart getters for common XPCOM services
Cu.import("resource://gre/modules/Services.jsm");
diff --git a/application/palemoon/base/content/browser.js b/application/palemoon/base/content/browser.js
index 5a832c077..ffb133963 100644
--- a/application/palemoon/base/content/browser.js
+++ b/application/palemoon/base/content/browser.js
@@ -3,6 +3,7 @@
# 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/.
+let Cc = Components.classes;
let Ci = Components.interfaces;
let Cu = Components.utils;
diff --git a/application/palemoon/base/content/padlock.js b/application/palemoon/base/content/padlock.js
index 53477fd17..9e6715769 100644
--- a/application/palemoon/base/content/padlock.js
+++ b/application/palemoon/base/content/padlock.js
@@ -1,6 +1,3 @@
-let Cc = Components.classes;
-let Ci = Components.interfaces;
-let Cu = Components.utils;
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
var padlock_PadLock =