diff options
| -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 |
