Fix syntax error
This commit is contained in:
parent
e5d4e509e3
commit
6f157657bc
@ -5946,7 +5946,7 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
aCollapse ?
|
aCollapse ?
|
||||||
':not(['+this.kSUBTREE_COLLAPSED+'="true"])' :
|
':not(['+this.kSUBTREE_COLLAPSED+'="true"])' :
|
||||||
'['+this.kSUBTREE_COLLAPSED+'="true"]'
|
'['+this.kSUBTREE_COLLAPSED+'="true"]'
|
||||||
),
|
)
|
||||||
);
|
);
|
||||||
for (var i = 0, maxi = tabs.length; i < maxi; i++)
|
for (var i = 0, maxi = tabs.length; i < maxi; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user