protect methods that can not use lodash-migrate

This commit is contained in:
spalger
2016-05-19 08:44:15 -07:00
parent fbac07a6ed
commit 38cf442acc
7 changed files with 13 additions and 7 deletions

View File

@ -349,7 +349,7 @@ describe('Utils', function () {
});
describe('#applyArgs', function () {
_.times(10, function (i) {
_v4.times(10, function (i) {
var method = i > 5 ? 'apply' : 'call';
var argCount = i + 1;
var slice = 1;