diff --git a/scrub.js b/scrub.js index 0222946..2231191 100644 --- a/scrub.js +++ b/scrub.js @@ -194,7 +194,7 @@ var contextSetup = function(requestDetails) { console.log('in favor of', tab.id); console.log('with context', tab.cookieStoreId); browser.tabs.remove(tabId.id); - browser.tabs.move(tab.id, {index:0}); + browser.tabs.move(tab.id, {index: 0}); } for (index = 0; index < tabs.length; index++) { if (index != tabs.length - 1) @@ -236,7 +236,7 @@ var contextSetup = function(requestDetails) { console.log('in favor of', tab.id); console.log('with context', tab.cookieStoreId); browser.tabs.remove(tabId.id); - browser.tabs.move(tab.id, {index:1}); + browser.tabs.move(tab.id, {index: 1}); } for (index = 0; index < tabs.length; index++) { if (index != tabs.length - 1) @@ -278,7 +278,7 @@ var contextSetup = function(requestDetails) { console.log('in favor of', tab.id); console.log('with context', tab.cookieStoreId); browser.tabs.remove(tabId.id); - browser.tabs.move(tab.id, {index:2}); + browser.tabs.move(tab.id, {index: 2}); } for (index = 0; index < tabs.length; index++) { if (index != tabs.length - 1) @@ -320,7 +320,7 @@ var contextSetup = function(requestDetails) { console.log('in favor of', tab.id); console.log('with context', tab.cookieStoreId); browser.tabs.remove(tabId.id); - browser.tabs.move(tab.id, {index:4}); + browser.tabs.move(tab.id, {index: 4}); } for (index = 0; index < tabs.length; index++) { if (index != tabs.length - 1) @@ -362,7 +362,7 @@ var contextSetup = function(requestDetails) { console.log('in favor of', tab.id); console.log('with context', tab.cookieStoreId); browser.tabs.remove(tabId.id); - browser.tabs.move(tab.id, {index:3}); + browser.tabs.move(tab.id, {index: 3}); } for (index = 0; index < tabs.length; index++) { if (index != tabs.length - 1)