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-browser.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-browser.js')
-rw-r--r-- | js/vapi-browser.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/vapi-browser.js b/js/vapi-browser.js index 6b8a846..b3c9a5f 100644 --- a/js/vapi-browser.js +++ b/js/vapi-browser.js @@ -26,9 +26,6 @@ /******************************************************************************/ (function () { - const {classes: Cc, interfaces: Ci, utils: Cu} = Components; - Cu.import('resource://gre/modules/Services.jsm'); - vAPI.browser = {}; vAPI.browser.getTabBrowser = function (win) { |