afeld / backbone-nested

A plugin to make Backbone.js keep track of nested attributes - looking for maintainers! https://github.com/afeld/backbone-nested/issues/157
https://afeld.github.com/backbone-nested/
MIT License
445 stars 83 forks source link

Need a small change to be compatible with latest lodash (and still be backward compatible) #164

Open salminio opened 6 years ago

salminio commented 6 years ago

the one call to .rest needs to be replaced with .drop which should make the the code compatible with all versions of underscore and lodash... Another backbone compatible library was experiencing similar issues - https://github.com/lodash/lodash/issues/943