mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Clarify _.isEqual docs on comparing functions and DOM nodes. [closes #2849] [ci skip]
This commit is contained in:
committed by
John-David Dalton
parent
5a86b67263
commit
2f92d55024
@@ -11521,7 +11521,7 @@
|
|||||||
* date objects, error objects, maps, numbers, `Object` objects, regexes,
|
* date objects, error objects, maps, numbers, `Object` objects, regexes,
|
||||||
* sets, strings, symbols, and typed arrays. `Object` objects are compared
|
* sets, strings, symbols, and typed arrays. `Object` objects are compared
|
||||||
* by their own, not inherited, enumerable properties. Functions and DOM
|
* by their own, not inherited, enumerable properties. Functions and DOM
|
||||||
* nodes are **not** supported.
|
* nodes are compared by strict equality, i.e. `===`.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
|
|||||||
Reference in New Issue
Block a user