-
Notifications
You must be signed in to change notification settings - Fork 494
Open
Labels
Description
Reading through the code here and I think this comment is incorrect:
jsondiffpatch/src/filters/arrays.js
Line 338 in ef38c5d
| // insert items, in reverse order to avoid moving our own floor |
We're performing inserts in order. And the logic is correct because that's the only way we can build up a really long array.
Just thought I'd let you know. And nice job -- your code is pretty clean!
benjamine