nytimes / backbone.trackit

Manage unsaved changes in a Backbone Model.
202 stars 33 forks source link

Fix lodash conflicts #26

Open kxcrl opened 8 years ago

kxcrl commented 8 years ago

In lodash and underscore, the definitions of #rest have diverged. In lodash, #rest applies remaining arguments to a following function, whereas in underscore #rest is simply an alias for #tail.

In both, #tail has the desired behavior.