Fix ESLint errors and add eqeqeq rule (#66)

This commit is contained in:
Peter deHaan
2017-01-10 09:44:14 -08:00
committed by Jonathan Kingston
parent b5a6a2cb6a
commit 8bcfae7bed
3 changed files with 28 additions and 40 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ browser.runtime.sendMessage({method: "queryIdentities"}).then(identities => {
showOrHideContainerTabs(identity.userContextId, true).then(() => {
browser.runtime.sendMessage({
method: "openTab",
userContextId: identity.userContextId,
userContextId: identity.userContextId
}).then(() => {
window.close();
});