Clarify _.isEqual docs on comparing functions and DOM nodes. [closes #2849] [ci skip]

This commit is contained in:
Ophir LOJKINE
2016-11-25 01:12:14 +04:00
committed by John-David Dalton
parent 5a86b67263
commit 2f92d55024

View File

@@ -11521,7 +11521,7 @@
* date objects, error objects, maps, numbers, `Object` objects, regexes,
* sets, strings, symbols, and typed arrays. `Object` objects are compared
* by their own, not inherited, enumerable properties. Functions and DOM
* nodes are **not** supported.
* nodes are compared by strict equality, i.e. `===`.
*
* @static
* @memberOf _