updated by GasGit automation

This commit is contained in:
Bruce McPherson 2015-06-17 11:48:31 +01:00
parent ce7385da71
commit d486e3ae75

View file

@ -40,10 +40,10 @@ var View = (function (view) {
Utils.elAdd(td,"label").innerHTML = queue.join(".");
queue = [];
}
tr = Utils.elAdd(tableElem,"tr","property-text");
var label = Utils.elAdd(Utils.elAdd(tr,"td","property-text"),"label");
tr = Utils.elAdd(tableElem,"tr");
var label = Utils.elAdd(Utils.elAdd(tr,"td"),"label");
label.innerHTML = Array(depth+1).join("&nbsp")+d;
var input = Utils.elAdd(Utils.elAdd(tr,"td","property-text"),"input");
var input = Utils.elAdd(Utils.elAdd(tr,"td"),"input");
input.value = ob[d];
label['for'] = input.id;
// update the object on a new value