mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +00:00
Remove unneeded flag from baseClone call in _.matches.
This commit is contained in:
@@ -8775,7 +8775,7 @@
|
|||||||
var isStrict = isStrictComparable(value);
|
var isStrict = isStrictComparable(value);
|
||||||
|
|
||||||
flags[index] = isStrict;
|
flags[index] = isStrict;
|
||||||
vals[index] = isStrict ? value : baseClone(value, false);
|
vals[index] = isStrict ? value : baseClone(value);
|
||||||
}
|
}
|
||||||
return function(object) {
|
return function(object) {
|
||||||
index = length;
|
index = length;
|
||||||
|
|||||||
Reference in New Issue
Block a user