1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-13 15:54:54 +12:00

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

This commit is contained in:
gorhill 2015-01-19 18:42:58 -05:00
parent a3c4df4e00
commit 05b835dd73

View file

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