#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
1 changed files with 1 additions and 1 deletions

View File

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