Object copying - Tki-sor/UtilJS GitHub Wiki

In some cases, you might not want a reference to an object, but rather a copy of it. You can use UtilJS.deepCopy(object) to perform the copy.

(Is there really such a need?)