Browse Source

started work on #105, #475, and possibly #510

pull/2/head
gorhill 10 years ago
parent
commit
05b835dd73
  1. 8
      platform/firefox/vapi-background.js

8
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

Loading…
Cancel
Save