backbone.trackit
backbone.trackit copied to clipboard
Fix lodash conflicts
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.