Bug 926506 - Hide proto in Manifest Editor. r=paul

This commit is contained in:
J. Ryan Stinnett 2013-10-15 12:37:59 -05:00
Родитель 647b2cb1c0
Коммит 7fb5cfe556
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -42,6 +42,7 @@ ManifestEditor.prototype = {
let editor = this.editor = new VariablesView(variablesContainer);
editor.onlyEnumVisible = true;
editor.eval = this._onEval;
editor.switch = this._onSwitch;
editor.delete = this._onDelete;