Add @type to _.isArray, required for modern builds.

Former-commit-id: 1e1c9f4f47211a767aad873675063c5e2713c144
This commit is contained in:
John-David Dalton
2013-07-28 10:09:35 -07:00
parent 0404776d87
commit 1626cec089

View File

@@ -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`.