mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 03:47:50 +00:00
Add toObject use to baseIsMatch.
This commit is contained in:
@@ -2389,6 +2389,7 @@
|
|||||||
if (object == null) {
|
if (object == null) {
|
||||||
return !length;
|
return !length;
|
||||||
}
|
}
|
||||||
|
object = toObject(object);
|
||||||
while (index--) {
|
while (index--) {
|
||||||
var data = matchData[index];
|
var data = matchData[index];
|
||||||
if ((noCustomizer && data[2])
|
if ((noCustomizer && data[2])
|
||||||
|
|||||||
Reference in New Issue
Block a user