diff options
| author | Stephen Blott | 2018-02-08 06:41:42 +0000 |
|---|---|---|
| committer | GitHub | 2018-02-08 06:41:42 +0000 |
| commit | 43786d3024fa21663480fe76b9a122b3d8325f55 (patch) | |
| tree | 1f97f450c043b3cc7f7d9c42478425a11766bd35 | |
| parent | f7149719a2e9944d4ffd65019857b318a0e2dc46 (diff) | |
| parent | 92383c4ac41596adeac96dfb324f7cb716fd2f26 (diff) | |
| download | vimium-43786d3024fa21663480fe76b9a122b3d8325f55.tar.bz2 | |
Merge pull request #2949 from AlliedEnvy/patch-1
tabConfig -> winConfig in openUrlInNewWindow
| -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 -> |
