1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-13 15:54:54 +12:00

Firefox: fixed content scripts?

This commit is contained in:
Deathamns 2015-01-09 07:58:07 +01:00 committed by gorhill
parent 7a5d174aa4
commit 89fe48ae66

View file

@ -30,8 +30,7 @@
/******************************************************************************/
const {classes: Cc, interfaces: Ci, utils: Cu} = Components;
Cu.import('resource://gre/modules/Services.jsm');
const {Services} = Cu.import('resource://gre/modules/Services.jsm', null);
/******************************************************************************/