diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 5d9b30b..9e6eb3a 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -329,6 +329,14 @@ vAPI.tabs = {}; /******************************************************************************/ +vAPI.isNoTabId = function(tabId) { + return tabId.toString() === '_'; +}; + +vAPI.noTabId = '_'; + +/******************************************************************************/ + vAPI.tabs.registerListeners = function() { // onNavigation and onUpdated handled with tabsProgressListener // onClosed - handled in windowWatcher.onTabClose