aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlliedEnvy2018-02-07 19:47:37 -0600
committerGitHub2018-02-07 19:47:37 -0600
commit92383c4ac41596adeac96dfb324f7cb716fd2f26 (patch)
tree1f97f450c043b3cc7f7d9c42478425a11766bd35
parentf7149719a2e9944d4ffd65019857b318a0e2dc46 (diff)
downloadvimium-92383c4ac41596adeac96dfb324f7cb716fd2f26.tar.bz2
tabConfig -> winConfig in openUrlInNewWindow
tabConfig doesn't exist in this scope.
-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 ->