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:
parent
94250b9e42
commit
46714f66a0
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user