[PALEMOON] Fix redeclarations of shorthand Cc, Ci, Cu

This commit is contained in:
NTD 2018-04-05 08:10:46 -04:00 committed by Roy Tam
commit be3cf619b0
4 changed files with 3 additions and 9 deletions

View file

@ -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");