aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/main.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts/main.coffee')
-rw-r--r--background_scripts/main.coffee2
1 files changed, 1 insertions, 1 deletions
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 ->