From 6ad77ebf36815df6d484627e2bca42e6fde7be91 Mon Sep 17 00:00:00 2001 From: Gábor Luk Date: Fri, 20 Nov 2015 19:59:03 +0100 Subject: Fix indentation so that `openerTabId` takes effect --- background_scripts/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3