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