From d3b6f9975c75477f0a1ce4e9abaa45ea7db9d3ae Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 1 Jul 2014 21:22:52 -0700 Subject: [PATCH] Add @type to help the Underscore build method alternatives. [ci skip] --- lodash.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lodash.js b/lodash.js index ab3ed0ad8..175f47d6a 100644 --- a/lodash.js +++ b/lodash.js @@ -3094,6 +3094,7 @@ * * @static * @memberOf _ + * @type Function * @category Array * @param {Array} array The array to query. * @param {number} [n=1] The number of elements to drop. @@ -3123,6 +3124,7 @@ * * @static * @memberOf _ + * @type Function * @category Array * @param {Array} array The array to query. * @param {number} [n=1] The number of elements to drop. @@ -3163,6 +3165,7 @@ * * @static * @memberOf _ + * @type Function * @category Array * @param {Array} array The array to query. * @param {Function|Object|string} [predicate=identity] The function called @@ -3211,6 +3214,7 @@ * * @static * @memberOf _ + * @type Function * @category Array * @param {Array} array The array to query. * @param {Function|Object|string} [predicate=identity] The function called @@ -3836,6 +3840,7 @@ * * @static * @memberOf _ + * @type Function * @category Array * @param {Array} array The array to query. * @param {number} [n=1] The number of elements to take. @@ -3865,6 +3870,7 @@ * * @static * @memberOf _ + * @type Function * @category Array * @param {Array} array The array to query. * @param {number} [n=1] The number of elements to take. @@ -3905,6 +3911,7 @@ * * @static * @memberOf _ + * @type Function * @category Array * @param {Array} array The array to query. * @param {Function|Object|string} [predicate=identity] The function called @@ -3952,6 +3959,7 @@ * * @static * @memberOf _ + * @type Function * @category Array * @param {Array} array The array to query. * @param {Function|Object|string} [predicate=identity] The function called