wankdanker / node-object-mapper

Copy properties from one object to another.
MIT License
277 stars 73 forks source link

ignore empty arrays by not attempting to array.reduce to avoid TypeError #17

Closed matmar10 closed 9 years ago

matmar10 commented 9 years ago

Added catch for empty array to avoid TypeError; added test case to validate (passes OK). Fixed issue #16

wankdanker commented 9 years ago

Merged and published v2.2.5 to npm. Thank you very much, @matmar10.

:+1: