2 lines
75 B
JavaScript
2 lines
75 B
JavaScript
|
function formatObject(a){for(var b in a)formatObject(a[b]),a[b].parent=a};
|