diff options
| author | Gábor Luk | 2015-11-20 19:59:03 +0100 |
|---|---|---|
| committer | Gábor Luk | 2015-11-20 19:59:03 +0100 |
| commit | 6ad77ebf36815df6d484627e2bca42e6fde7be91 (patch) | |
| tree | 658a287e7694c1c479a84ea0446e6c16a51ae8a8 | |
| parent | 6331f29edcc05d4a36a8cccb4d3f2c8eecc5dc03 (diff) | |
| download | vimium-6ad77ebf36815df6d484627e2bca42e6fde7be91.tar.bz2 | |
Fix indentation so that `openerTabId` takes effect
| -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 10f7500e..df817e8d 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -202,7 +202,7 @@ TabOperations = index: tab.index + 1 selected: true windowId: tab.windowId - openerTabId: tab.id + openerTabId: tab.id callback = (->) unless typeof callback == "function" chrome.tabs.create tabConfig, callback |
