Use === in _.isEqual doc example. [ci skip]

This commit is contained in:
John-David Dalton
2015-09-10 19:08:07 -07:00
parent 5c98ab4b8f
commit 38a37f1b18

View File

@@ -8402,7 +8402,7 @@
* _.isEqual(object, other);
* // => true
*
* object == other;
* object === other;
* // => false
*/
function isEqual(value, other) {