linting issues

This commit is contained in:
Kendall Werts
2020-02-21 11:34:14 -06:00
parent 486072bef8
commit db46e71516
4 changed files with 3 additions and 6 deletions
-2
View File
@@ -9,12 +9,10 @@ const backgroundLogic = {
]),
unhideQueue: [],
init() {
console.log("init")
browser.commands.onCommand.addListener(function (command) {
for (let i=0; i < NUMBER_OF_KEYBOARD_SHORTCUTS; i++) {
const key = "open_container_" + i;
const cookieStoreId = identityState.keyboardShortcut[key];
console.log(cookieStoreId);
if (command === key) {
browser.tabs.create({cookieStoreId});
}