diff --git a/lodash.js b/lodash.js index 09374e969..de6e2ff3d 100644 --- a/lodash.js +++ b/lodash.js @@ -1643,6 +1643,7 @@ * * @static * @memberOf _ + * @type Function * @category Objects * @param {Mixed} value The value to check. * @returns {Boolean} Returns `true`, if the `value` is an array, else `false`.