mirror of https://github.com/gorhill/uBlock.git
#697: forgot to comment out related removeEventListener
This commit is contained in:
parent
bc287f98aa
commit
549796003c
|
@ -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 New Issue