Add toObject use to baseIsMatch.

This commit is contained in:
jdalton
2015-05-16 18:52:04 -07:00
parent 0fa0397da2
commit 6c9123beee

View File

@@ -2389,6 +2389,7 @@
if (object == null) {
return !length;
}
object = toObject(object);
while (index--) {
var data = matchData[index];
if ((noCustomizer && data[2])