This website requires JavaScript.
Explore
Help
Sign In
xdrm-brackets
/
NxTIC
Watch
1
Star
0
Fork
You've already forked NxTIC
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
4573343a94
NxTIC
/
doc
/
form-builder
/
constraints-min.js
2 lines
75 B
JavaScript
Raw
Blame
History
function
formatObject
(
a
)
{
for
(
var
b
in
a
)
formatObject
(
a
[
b
]
)
,
a
[
b
]
.
parent
=
a
}
;
Reference in New Issue
View Git Blame
Copy Permalink