clone icon indicating copy to clipboard operation
clone copied to clipboard

Calls getters rather than copying function?

Open josephrocca opened this issue 8 years ago • 1 comments

When I try to clone an object that has getter methods defined, this lib seems to be calling those getters rather than coping the function :S

josephrocca avatar Jan 23 '17 11:01 josephrocca

I struggled to find one that actually works, so in case other people stumble across this, have a look at cloner: https://github.com/WebReflection/cloner - seems to work great for me

josephrocca avatar Jan 23 '17 12:01 josephrocca