Bug 934487 - Fix "TypeError: this.markup is undefined" in devtools b-c runs; r=pbrosset

This commit is contained in:
Brian Grinstead 2013-11-05 07:37:55 -06:00
Родитель 72b34a49ec
Коммит 2f75f5bc76
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -358,6 +358,9 @@ InspectorPanel.prototype = {
this._initMarkup();
this.once("markuploaded", () => {
if (this._destroyPromise) {
return;
}
this.markup.expandNode(this.selection.nodeFront);
this.setupSearchBox();
this.emit("new-root");