Closed AppSynergy closed 7 years ago
e.g. Removing items
they must still be copies of the same instance somehow, not cloned properly.
Oh... http://underscorejs.org/#clone
Create a shallow-copied clone of the provided plain object. Any nested objects or arrays will be copied by reference, not duplicated.
e.g. Removing items
they must still be copies of the same instance somehow, not cloned properly.