mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +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
|
|
@ -8,9 +8,9 @@
|
|||
* ON IT AS AN API.
|
||||
*/
|
||||
|
||||
let Cu = Components.utils;
|
||||
let Ci = Components.interfaces;
|
||||
let Cc = Components.classes;
|
||||
var Cu = Components.utils;
|
||||
var Ci = Components.interfaces;
|
||||
var Cc = Components.classes;
|
||||
|
||||
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
|
||||
Cu.import("resource://gre/modules/Services.jsm");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue