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

修复root.DeepDiff undefined #129

Closed snice closed 6 years ago

flitbit commented 6 years ago

It would be really nice to have a description of the problem. Create an examples/issue-129.js file that explains where the problem is... if the problem doesn't exhibit in node, add a comment to that affect. Also note the environment in which this problem exhibits.

flitbit commented 6 years ago

Thanks to @bigeasy and issue https://github.com/flitbit/diff/pull/129 I now understand this PR. It fixes global namespace pollution.