Add _.setWith.

This commit is contained in:
John-David Dalton
2015-07-23 08:16:31 -07:00
parent 7e42892e6a
commit 4520e0710d
2 changed files with 74 additions and 36 deletions

View File

@@ -17178,7 +17178,7 @@
var acceptFalsey = _.difference(allMethods, rejectFalsey);
test('should accept falsey arguments', 221, function() {
test('should accept falsey arguments', 222, function() {
var emptyArrays = _.map(falsey, _.constant([]));
_.each(acceptFalsey, function(methodName) {