aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2018-02-08 06:41:42 +0000
committerGitHub2018-02-08 06:41:42 +0000
commit43786d3024fa21663480fe76b9a122b3d8325f55 (patch)
tree1f97f450c043b3cc7f7d9c42478425a11766bd35
parentf7149719a2e9944d4ffd65019857b318a0e2dc46 (diff)
parent92383c4ac41596adeac96dfb324f7cb716fd2f26 (diff)
downloadvimium-43786d3024fa21663480fe76b9a122b3d8325f55.tar.bz2
Merge pull request #2949 from AlliedEnvy/patch-1
tabConfig -> winConfig in openUrlInNewWindow
-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 ->