mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
#697: forgot to comment out related removeEventListener
This commit is contained in:
parent
bc287f98aa
commit
549796003c
1 changed files with 1 additions and 1 deletions
|
|
@ -1082,7 +1082,7 @@ var tabWatcher = (function() {
|
|||
tabContainer = tabBrowser.tabContainer;
|
||||
}
|
||||
if ( tabContainer ) {
|
||||
tabContainer.removeEventListener('TabOpen', onOpen);
|
||||
//tabContainer.removeEventListener('TabOpen', onOpen);
|
||||
tabContainer.removeEventListener('TabShow', onShow);
|
||||
tabContainer.removeEventListener('TabClose', onClose);
|
||||
tabContainer.removeEventListener('TabSelect', onSelect);
|
||||
|
|
|
|||
Loading…
Reference in a new issue