diff options
Diffstat (limited to 'js/vapi-net.js')
-rw-r--r-- | js/vapi-net.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/vapi-net.js b/js/vapi-net.js index 3d5b27b..25de1cb 100644 --- a/js/vapi-net.js +++ b/js/vapi-net.js @@ -27,7 +27,7 @@ (function () { const {classes: Cc, interfaces: Ci, utils: Cu} = Components; - const {Services} = Cu.import('resource://gre/modules/Services.jsm', null); + Cu.import('resource://gre/modules/Services.jsm'); let vAPI = self.vAPI; // Guaranteed to be initialized by vapi-background.js |