Members
deepExtend
Extening object that entered in first argument.
Returns extended object or false if have no target object or incorrect type.
If you wish to clone source object (without modify it), just use empty new
object as first argument, like this:
deepExtend({}, yourObj_1, [yourObj_N]);
- Source:
Methods
deepCloneArray()
Recursive cloning array.
- Source: