diff options
Diffstat (limited to 'js/vapi-background.js')
-rw-r--r-- | js/vapi-background.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/js/vapi-background.js b/js/vapi-background.js index 0c14992..3f73af7 100644 --- a/js/vapi-background.js +++ b/js/vapi-background.js @@ -32,9 +32,8 @@ (function () { const {classes: Cc, interfaces: Ci, utils: Cu} = Components; - const {Services} = Cu.import('resource://gre/modules/Services.jsm', null); - const {HTTPRequestHeaders} = - Cu.import('chrome://ematrix/content/HttpRequestHeaders.jsm', null); + Cu.import('resource://gre/modules/Services.jsm'); + Cu.import('chrome://ematrix/content/HttpRequestHeaders.jsm'); let vAPI = self.vAPI; // Guaranteed to be initialized by vapi-core.js |