зеркало из https://github.com/mozilla/gecko-dev.git
Bug 221995 Followup fix for bug revealed by fixing jsObject.js r=timeless
This commit is contained in:
Родитель
db7888b79e
Коммит
7b82d37307
|
@ -256,10 +256,9 @@ JSObjectViewer.prototype =
|
|||
var treechildren = aItem.getElementsByTagName("treechildren").item(0);
|
||||
if (!treechildren) {
|
||||
treechildren = document.createElement("treechildren");
|
||||
this.buildPropertyTree(treechildren, aItem.__JSValue__);
|
||||
aItem.appendChild(treechildren);
|
||||
}
|
||||
|
||||
this.buildPropertyTree(treechildren, aItem.__JSValue__);
|
||||
},
|
||||
|
||||
onCreateContext: function(aPopup)
|
||||
|
|
Загрузка…
Ссылка в новой задаче