From 149164fed6a978ddc515107641cc29f5527340ae Mon Sep 17 00:00:00 2001 From: Alessio Vanni Date: Sat, 22 Jun 2019 00:39:31 +0200 Subject: Minor refactoring --- js/vapi-window.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/vapi-window.js') diff --git a/js/vapi-window.js b/js/vapi-window.js index ff0e9fe..ab57e35 100644 --- a/js/vapi-window.js +++ b/js/vapi-window.js @@ -32,7 +32,7 @@ const {classes: Cc, interfaces: Ci, utils: Cu} = Components; const {Services} = Cu.import('resource://gre/modules/Services.jsm', null); - let vAPI = self.vAPI; // Guaranteed to be initialized by vapi-background.js + let vAPI = self.vAPI; // Guaranteed to be initialized by vapi-core.js vAPI.window = (function () { let windowToIdMap = new Map(); -- cgit v1.2.3