Fixed few lint errors

jh-changes
Cornelius Matějka 7 years ago
parent e7dcd7f500
commit 5c803656f2
  1. 2
      src/background/tabs.js

@ -13,7 +13,7 @@ const closeTab = (id) => {
if (!tab.pinned) {
return browser.tabs.remove(id);
}
})
});
};
const closeTabForce = (id) => {