From 2f92d55024036c2f99a73170825689f477c8afa9 Mon Sep 17 00:00:00 2001 From: Ophir LOJKINE Date: Fri, 25 Nov 2016 01:12:14 +0400 Subject: [PATCH] Clarify `_.isEqual` docs on comparing functions and DOM nodes. [closes #2849] [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index c9f08e83f..982a591e4 100644 --- a/lodash.js +++ b/lodash.js @@ -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 _