From dd0aa991ff44e312fd9aa2e5a66e4369fc7fc8b5 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 13 Mar 2016 19:59:50 -0700 Subject: [PATCH] Add `since` tag to `_.isArray`. [ci skip] --- lodash.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lodash.js b/lodash.js index eb1112158..05ecebe65 100644 --- a/lodash.js +++ b/lodash.js @@ -9925,6 +9925,7 @@ * * @static * @memberOf _ + * @since 0.1.0 * @type {Function} * @category Lang * @param {*} value The value to check.