diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-07-19 16:00:08 +0200 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-07-19 16:00:08 +0200 |
commit | acd097e4733c106a15815c90e21c00d0c545e042 (patch) | |
tree | 03910671df22785ea18be4415eb6c14d8553d329 /js/vapi-messaging.js | |
parent | 8c05a1711951f3cc9179eec2c086b0e88d42e5f0 (diff) | |
download | ematrix-acd097e4733c106a15815c90e21c00d0c545e042.tar.lz ematrix-acd097e4733c106a15815c90e21c00d0c545e042.tar.xz ematrix-acd097e4733c106a15815c90e21c00d0c545e042.zip |
Make components and Services.jsm global
Once again, but this time it works.
Diffstat (limited to 'js/vapi-messaging.js')
-rw-r--r-- | js/vapi-messaging.js | 2 |
1 files changed, 0 insertions, 2 deletions
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 = { |