mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
[PALEMOON] Resolve issues with redeclaration according to ES6
This commit is contained in:
parent
ce786e442d
commit
f091415fe1
8 changed files with 22 additions and 22 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue