Add _.matchesProperty.

This commit is contained in:
jdalton
2015-02-11 22:50:39 -08:00
parent 182cb8ab25
commit f2d4f6ccf6
2 changed files with 57 additions and 8 deletions

View File

@@ -15285,7 +15285,7 @@
var acceptFalsey = _.difference(allMethods, rejectFalsey);
test('should accept falsey arguments', 207, function() {
test('should accept falsey arguments', 208, function() {
var emptyArrays = _.map(falsey, _.constant([])),
isExposed = '_' in root,
oldDash = root._;