benbria / object-spy

0 stars 0 forks source link

Use lodash cloneDeep() method to isolate the original object #6

Closed bllanos closed 9 years ago

bllanos commented 9 years ago

Requested reviewers: None Issues: #2

Summary of Changes

bllanos commented 9 years ago

The failure to copy non-enumerable properties means that the wrapper object may behave significantly differently from the original object, depending on the application.