Add _.modArgsSet.

This commit is contained in:
John-David Dalton
2015-09-05 22:29:38 -07:00
parent 5c9585b2b0
commit dfd4ae9ea4
2 changed files with 42 additions and 5 deletions

View File

@@ -17638,6 +17638,7 @@
'delay',
'memoize',
'modArgs',
'modArgsSet',
'negate',
'once',
'partial',
@@ -17753,7 +17754,7 @@
});
});
test('should throw an error for falsey arguments', 23, function() {
test('should throw an error for falsey arguments', 24, function() {
_.each(rejectFalsey, function(methodName) {
var expected = _.map(falsey, _.constant(true)),
func = _[methodName];