aboutsummaryrefslogtreecommitdiffstats
path: root/js/vapi-background.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vapi-background.js')
-rw-r--r--js/vapi-background.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/vapi-background.js b/js/vapi-background.js
index d03a205..4cfebb8 100644
--- a/js/vapi-background.js
+++ b/js/vapi-background.js
@@ -34,7 +34,7 @@
const {classes: Cc, interfaces: Ci, utils: Cu} = Components;
const {Services} = Cu.import('resource://gre/modules/Services.jsm', null);
- let vAPI = self.vAPI = self.vAPI || {};
+ let vAPI = self.vAPI; // Guaranteed to be initialized by vapi-core.js
vAPI.modernFirefox =
Services.appinfo.ID === '{ec8030f7-c20a-464f-9b0e-13a3a9e97384}'