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

pull/2/head
gorhill 10 years ago
parent a3c4df4e00
commit 05b835dd73

@ -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