clone
clone copied to clipboard
Calls getters rather than copying function?
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
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