diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 8c0e265..13fcefa 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -1086,9 +1086,9 @@ var httpObserver = { } var result = vAPI.tabs.onPopup({ - tabId: tabId, - sourceTabId: sourceTabId, - url: URI.asciiSpec + targetTabId: tabId, + openerTabId: sourceTabId, + targetURL: URI.asciiSpec }); return result === true;