backbone.trackit icon indicating copy to clipboard operation
backbone.trackit copied to clipboard

Fix lodash conflicts

Open kxcrl opened this issue 8 years ago • 0 comments

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.

kxcrl avatar Jan 15 '16 17:01 kxcrl