Update reference for getTreePref

This commit is contained in:
Piro / YUKI Hiroshi 2012-10-31 23:03:50 +09:00
parent 66e2e268f5
commit af4fb9e426

View File

@ -4189,7 +4189,7 @@ TreeStyleTabBrowser.prototype = {
if (aOptions.canExpandTree) { if (aOptions.canExpandTree) {
if (aOptions.canCollapseTree && if (aOptions.canCollapseTree &&
aSelf.getTreePref('autoExpand.intelligently')) utils.getTreePref('autoExpand.intelligently'))
aSelf.collapseExpandTreesIntelligentlyFor(aTab); aSelf.collapseExpandTreesIntelligentlyFor(aTab);
else else
aSelf.collapseExpandSubtree(aTab, false); aSelf.collapseExpandSubtree(aTab, false);