Add deep comparison note to the _.where docs. [ci skip]

Former-commit-id: 223d3a45832238b9ce39d4321636b971abde9b46
This commit is contained in:
John-David Dalton
2013-01-27 15:12:20 -08:00
parent 7480603295
commit 8ea8fa3a8a
2 changed files with 50 additions and 48 deletions

View File

@@ -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 _