From d06a477371aea6482f53e145a7db2e380c2adc66 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 11 Jun 2014 22:59:30 -0700 Subject: [PATCH] Add "enumerable" to `_.isEmpty` doc. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 01c7811e2..ba62cd54e 100644 --- a/lodash.js +++ b/lodash.js @@ -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 _