Add since tag to _.isArray. [ci skip]

This commit is contained in:
John-David Dalton
2016-03-13 19:59:50 -07:00
parent 6f9b1b1822
commit dd0aa991ff

View File

@@ -9925,6 +9925,7 @@
*
* @static
* @memberOf _
* @since 0.1.0
* @type {Function}
* @category Lang
* @param {*} value The value to check.