[PALEMOON] Resolve issues with redeclaration according to ES6

This commit is contained in:
NTD 2018-04-12 07:28:41 -04:00 • committed by Roy Tam
commit f091415fe1
8 changed files with 22 additions and 22 deletions

View file

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