protect methods that can not use lodash-migrate
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user