aboutsummaryrefslogtreecommitdiffstats
path: root/js/vapi-messaging.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vapi-messaging.js')
-rw-r--r--js/vapi-messaging.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/js/vapi-messaging.js b/js/vapi-messaging.js
index e7d1985..170e85d 100644
--- a/js/vapi-messaging.js
+++ b/js/vapi-messaging.js
@@ -27,9 +27,8 @@
(function () {
const {classes: Cc, interfaces: Ci, utils: Cu} = Components;
- const {Services} = Cu.import('resource://gre/modules/Services.jsm', null);
- const {CallbackWrapper} =
- Cu.import('chrome://ematrix/content/CallbackWrapper.jsm', null);
+ Cu.import('resource://gre/modules/Services.jsm');
+ Cu.import('chrome://ematrix/content/CallbackWrapper.jsm');
let vAPI = self.vAPI; // Guaranteed to be initialized by vapi-background.js