Add "enumerable" to _.isEmpty doc. [ci skip]

This commit is contained in:
John-David Dalton
2014-06-11 22:59:30 -07:00
parent c128c029f3
commit d06a477371

View File

@@ -6567,7 +6567,7 @@
/**
* Checks if a collection is empty. A value is considered empty unless it is
* an array, array-like object, or string with a length greater than `0` or
* an object with own properties.
* an object with own enumerable properties.
*
* @static
* @memberOf _