From acd097e4733c106a15815c90e21c00d0c545e042 Mon Sep 17 00:00:00 2001 From: Alessio Vanni Date: Fri, 19 Jul 2019 16:00:08 +0200 Subject: Make components and Services.jsm global Once again, but this time it works. --- js/vapi-messaging.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'js/vapi-messaging.js') diff --git a/js/vapi-messaging.js b/js/vapi-messaging.js index b320a27..d0a3333 100644 --- a/js/vapi-messaging.js +++ b/js/vapi-messaging.js @@ -26,8 +26,6 @@ /******************************************************************************/ (function () { - const {classes: Cc, interfaces: Ci, utils: Cu} = Components; - Cu.import('resource://gre/modules/Services.jsm'); Cu.import('chrome://ematrix/content/CallbackWrapper.jsm'); vAPI.messaging = { -- cgit v1.2.3