Failed to collect root tabs (regression, fix #375)
This commit is contained in:
parent
bf068dfdab
commit
cfc8da1577
@ -2020,7 +2020,7 @@ var TreeStyleTabUtils = {
|
|||||||
|
|
||||||
get rootTabs() /* PUBLIC API */
|
get rootTabs() /* PUBLIC API */
|
||||||
{
|
{
|
||||||
return Array.slice(this.browser.mTabContainer.querySelectorAll('tab:not(['+this.kNEST+']), tab['+this.kNEST+'=""], tabs['+this.kNEST+'="0"]'));
|
return Array.slice(this.browser.mTabContainer.querySelectorAll('tab:not(['+this.kNEST+']), tab['+this.kNEST+'=""], tab['+this.kNEST+'="0"]'));
|
||||||
},
|
},
|
||||||
|
|
||||||
get allRootTabs() /* PUBLIC API */
|
get allRootTabs() /* PUBLIC API */
|
||||||
|
Loading…
Reference in New Issue
Block a user