Fix syntax error

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

View File

@ -5267,8 +5267,7 @@ TreeStyleTabBrowser.prototype = {
'tab['+this.kNEST+']:not(['+this.kNEST+'="0"]):not(['+this.kNEST+'=""])'+ 'tab['+this.kNEST+']:not(['+this.kNEST+'="0"]):not(['+this.kNEST+'=""])'+
':not(['+this.kCOLLAPSED+'="true"])'+ ':not(['+this.kCOLLAPSED+'="true"])'+
':not([hidden="true"])'+ ':not([hidden="true"])'+
':not([collapsed="true"])', ':not([collapsed="true"])'
)); ));
if (!tabs.length) return; if (!tabs.length) return;