diff options
| author | AlliedEnvy | 2018-02-07 19:47:37 -0600 |
|---|---|---|
| committer | GitHub | 2018-02-07 19:47:37 -0600 |
| commit | 92383c4ac41596adeac96dfb324f7cb716fd2f26 (patch) | |
| tree | 1f97f450c043b3cc7f7d9c42478425a11766bd35 | |
| parent | f7149719a2e9944d4ffd65019857b318a0e2dc46 (diff) | |
| download | vimium-92383c4ac41596adeac96dfb324f7cb716fd2f26.tar.bz2 | |
tabConfig -> winConfig in openUrlInNewWindow
tabConfig doesn't exist in this scope.
| -rw-r--r-- | background_scripts/main.coffee | 2 |
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 -> |
