diff options
Diffstat (limited to 'main_background.js')
-rw-r--r-- | main_background.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main_background.js b/main_background.js index 87b80ae..ab70d00 100644 --- a/main_background.js +++ b/main_background.js @@ -891,7 +891,9 @@ async function initAddon() { editHtml, handleScript, ExternalLicenses, - ListManager, ListStore, Storage, + ListManager, + ListStore, + Storage }; // create or focus the autotest tab if it's a debugging session if ((await browser.management.getSelf()).installType === 'development') { |