Add _.hasIn and more path helper functions.

This commit is contained in:
John-David Dalton
2015-08-18 23:29:27 -07:00
parent 356e47a6a3
commit 9859b1555f
2 changed files with 126 additions and 62 deletions

View File

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