From 92383c4ac41596adeac96dfb324f7cb716fd2f26 Mon Sep 17 00:00:00 2001 From: AlliedEnvy Date: Wed, 7 Feb 2018 19:47:37 -0600 Subject: tabConfig -> winConfig in openUrlInNewWindow tabConfig doesn't exist in this scope.--- background_scripts/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 594b80ee..70d97ca0 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -124,7 +124,7 @@ TabOperations = active: true winConfig.active = request.active if request.active? # Firefox does not support "about:newtab" in chrome.tabs.create. - delete tabConfig["url"] if tabConfig["url"] == Settings.defaults.newTabUrl + delete winConfig["url"] if winConfig["url"] == Settings.defaults.newTabUrl chrome.windows.create winConfig, callback toggleMuteTab = do -> -- cgit v1.2.3