Fix syntax error

This commit is contained in:
Piro / YUKI Hiroshi 2012-09-23 16:13:35 +09:00
parent e5d4e509e3
commit 6f157657bc

View File

@ -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++)
{ {