This commit is contained in:
SHIMODA Hiroshi 2010-12-08 10:38:25 +09:00
parent 60d15d1715
commit 65623f948e

View File

@ -564,12 +564,7 @@ TreeStyleTabBrowser.prototype = {
'{ if (!this.treeStyleTab.warnAboutClosingTabSubtreeOf(this.selectedTab)) return;'
));
let (tabs = this.getAllTabsArray(b)) {
for each (let tab in tabs)
{
this.initTab(tab);
}
}
this.getAllTabsArray(b).forEach(this.initTab, this);
this.onPrefChange('extensions.treestyletab.maxTreeLevel');
this.onPrefChange('extensions.treestyletab.tabbar.style');