Bug 1433611 - Follow up: rename isSplitRuleViewEnabled to is3PaneModeEnabled in rules.js. r=me

This commit is contained in:
Gabriel Luong 2018-04-05 14:46:58 -04:00
Родитель b99da59110
Коммит 9b6d2c7ea1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1773,7 +1773,7 @@ RuleViewTool.prototype = {
return false;
}
return this.inspector.isSplitRuleViewEnabled ?
return this.inspector.is3PaneModeEnabled ?
true : this.inspector.sidebar.getCurrentTabID() == "ruleview";
},