millermedeiros / amd-utils

modular JavaScript utilities written in the AMD format
http://millermedeiros.github.com/amd-utils
142 stars 11 forks source link

add object/clone() #54

Closed millermedeiros closed 12 years ago

millermedeiros commented 12 years ago

it should be a deep clone since a shallow one can be faked by using object/mixIn() passing an empty object as first argument.

this feature is blocking issue #49