flitbit / diff

Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.
MIT License
2.99k stars 213 forks source link

Fix a crash when toString does not exist in the prototype (for custom… #53

Closed serkanserttop closed 8 years ago

serkanserttop commented 8 years ago

… objects) Fix for https://github.com/flitbit/diff/issues/52

denis-sokolov commented 8 years ago

While you’re at it, might as well check that toString is actually a function.