Fix indent

This commit is contained in:
YUKI Hiroshi 2015-11-06 15:57:19 +09:00
parent a1a519f189
commit 355993a08e

View File

@ -2089,8 +2089,8 @@ var TreeStyleTabBase = inherit(TreeStyleTabConstants, {
if (!aTab)
return null;
let tabs = this.getDescendantTabs(aTab);
return tabs.length ? tabs[tabs.length-1] : null ;
let tabs = this.getDescendantTabs(aTab);
return tabs.length ? tabs[tabs.length-1] : null ;
},
collectRootTabs : function TSTBase_collectRootTabs(aTabs) /* PUBLIC API */