updated by GasGit automation
This commit is contained in:
parent
ce7385da71
commit
d486e3ae75
1 changed files with 3 additions and 3 deletions
|
@ -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(" ")+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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue