mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Add deep comparison note to the _.where docs. [ci skip]
Former-commit-id: 223d3a45832238b9ce39d4321636b971abde9b46
This commit is contained in:
@@ -2774,7 +2774,9 @@
|
||||
|
||||
/**
|
||||
* Examines each element in a `collection`, returning an array of all elements
|
||||
* that have the given `properties`.
|
||||
* that have the given `properties`. When checking `properties`, this method
|
||||
* performs a deep comparison between values to determine if they are equivalent
|
||||
* to each other.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
|
||||
Reference in New Issue
Block a user