mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
[PALEMOON] Fix redeclarations of shorthand Cc, Ci, Cu
This commit is contained in:
parent
c8af8ae332
commit
be3cf619b0
4 changed files with 3 additions and 9 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue