cosmetic
This commit is contained in:
parent
60d15d1715
commit
65623f948e
@ -564,12 +564,7 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
'{ if (!this.treeStyleTab.warnAboutClosingTabSubtreeOf(this.selectedTab)) return;'
|
'{ if (!this.treeStyleTab.warnAboutClosingTabSubtreeOf(this.selectedTab)) return;'
|
||||||
));
|
));
|
||||||
|
|
||||||
let (tabs = this.getAllTabsArray(b)) {
|
this.getAllTabsArray(b).forEach(this.initTab, this);
|
||||||
for each (let tab in tabs)
|
|
||||||
{
|
|
||||||
this.initTab(tab);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
this.onPrefChange('extensions.treestyletab.maxTreeLevel');
|
this.onPrefChange('extensions.treestyletab.maxTreeLevel');
|
||||||
this.onPrefChange('extensions.treestyletab.tabbar.style');
|
this.onPrefChange('extensions.treestyletab.tabbar.style');
|
||||||
|
Loading…
Reference in New Issue
Block a user