Clarify _.isEmpty docs. [ci skip]

This commit is contained in:
John-David Dalton
2016-02-22 12:19:08 -08:00
parent a224b6f1b0
commit e24513e6e2

View File

@@ -9781,9 +9781,9 @@
}
/**
* Checks if `value` is empty. A value is considered empty unless it's an
* `arguments` object, array, string, or jQuery-like collection with a length
* greater than `0` or an object with own enumerable properties.
* Checks if `value` is an empty collection or object. A value is considered
* empty if it's an `arguments` object, array, string, or jQuery-like collection
* with a length of `0` or has no own enumerable properties.
*
* @static
* @memberOf _