mikolalysenko / patcher.js

JSON diffing and patching library
Other
113 stars 7 forks source link

Fixes array patch and add test cases #2

Open jpfiset opened 12 years ago

jpfiset commented 12 years ago

Fix issue with patching arrays where an array is replaced by the patch, as opposed to being patched. Added test cases.