1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

code review

This commit is contained in:
gorhill 2015-07-05 09:26:33 -04:00
parent 65647860f6
commit 46cbe42227

View File

@ -926,7 +926,7 @@ var tabWatcher = (function() {
if ( tabBrowser === null ) {
return null;
}
return browserFromTarget(getTabBrowser(win).selectedTab);
return browserFromTarget(tabBrowser.selectedTab);
};
var removeBrowserEntry = function(tabId, browser) {