aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGábor Luk2015-11-20 19:59:03 +0100
committerGábor Luk2015-11-20 19:59:03 +0100
commit6ad77ebf36815df6d484627e2bca42e6fde7be91 (patch)
tree658a287e7694c1c479a84ea0446e6c16a51ae8a8
parent6331f29edcc05d4a36a8cccb4d3f2c8eecc5dc03 (diff)
downloadvimium-6ad77ebf36815df6d484627e2bca42e6fde7be91.tar.bz2
Fix indentation so that `openerTabId` takes effect
-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 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