aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2015-11-20 19:25:36 +0000
committerStephen Blott2015-11-20 19:25:36 +0000
commit312aa1caca17505d377c9731fc808d90678a8e60 (patch)
tree658a287e7694c1c479a84ea0446e6c16a51ae8a8
parent6331f29edcc05d4a36a8cccb4d3f2c8eecc5dc03 (diff)
parent6ad77ebf36815df6d484627e2bca42e6fde7be91 (diff)
downloadvimium-312aa1caca17505d377c9731fc808d90678a8e60.tar.bz2
Merge pull request #1899 from gaborluk/master
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