зеркало из https://github.com/mozilla/gecko-dev.git
Bug 926506 - Hide proto in Manifest Editor. r=paul
This commit is contained in:
Родитель
647b2cb1c0
Коммит
7fb5cfe556
|
@ -42,6 +42,7 @@ ManifestEditor.prototype = {
|
||||||
|
|
||||||
let editor = this.editor = new VariablesView(variablesContainer);
|
let editor = this.editor = new VariablesView(variablesContainer);
|
||||||
|
|
||||||
|
editor.onlyEnumVisible = true;
|
||||||
editor.eval = this._onEval;
|
editor.eval = this._onEval;
|
||||||
editor.switch = this._onSwitch;
|
editor.switch = this._onSwitch;
|
||||||
editor.delete = this._onDelete;
|
editor.delete = this._onDelete;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче