Bug 221995 Followup fix for bug revealed by fixing jsObject.js r=timeless

git-svn-id: svn://10.0.0.236/trunk@200679 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk 2006-06-23 12:31:52 +00:00
parent 94250b9e42
commit 46714f66a0

View File

@ -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)