Update reference for getTreePref
This commit is contained in:
parent
66e2e268f5
commit
af4fb9e426
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user