AppSynergy / shadow-war-armageddon-roster

Roster builder for Shadow War: Armageddon.
MIT License
9 stars 2 forks source link

Something massively wrong with 'duplicate' #19

Closed AppSynergy closed 7 years ago

AppSynergy commented 7 years ago

e.g. Removing items

they must still be copies of the same instance somehow, not cloned properly.

AppSynergy commented 7 years ago

Oh... http://underscorejs.org/#clone

clone_.clone(object)

Create a shallow-copied clone of the provided plain object. Any nested objects or arrays will be copied by reference, not duplicated.