1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

#697: forgot to comment out related removeEventListener

This commit is contained in:
gorhill 2015-09-14 11:30:56 -04:00
parent bc287f98aa
commit 549796003c

View File

@ -1082,7 +1082,7 @@ var tabWatcher = (function() {
tabContainer = tabBrowser.tabContainer; tabContainer = tabBrowser.tabContainer;
} }
if ( tabContainer ) { if ( tabContainer ) {
tabContainer.removeEventListener('TabOpen', onOpen); //tabContainer.removeEventListener('TabOpen', onOpen);
tabContainer.removeEventListener('TabShow', onShow); tabContainer.removeEventListener('TabShow', onShow);
tabContainer.removeEventListener('TabClose', onClose); tabContainer.removeEventListener('TabClose', onClose);
tabContainer.removeEventListener('TabSelect', onSelect); tabContainer.removeEventListener('TabSelect', onSelect);