From 044dd2af94a2541f88bda95e52ecb25b4bd302dd Mon Sep 17 00:00:00 2001 From: jdalton Date: Mon, 9 Feb 2015 00:09:24 -0800 Subject: [PATCH] Remove unneeded jsdoc Function type tags. [ci skip] --- lodash.src.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lodash.src.js b/lodash.src.js index 924339968..eb8ee9bd1 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -4226,7 +4226,6 @@ * * @static * @memberOf _ - * @type Function * @category Array * @param {Array} array The array to query. * @param {number} [n=1] The number of elements to drop. @@ -4262,7 +4261,6 @@ * * @static * @memberOf _ - * @type Function * @category Array * @param {Array} array The array to query. * @param {number} [n=1] The number of elements to drop. @@ -4308,7 +4306,6 @@ * * @static * @memberOf _ - * @type Function * @category Array * @param {Array} array The array to query. * @param {Function|Object|string} [predicate=_.identity] The function invoked @@ -4358,7 +4355,6 @@ * * @static * @memberOf _ - * @type Function * @category Array * @param {Array} array The array to query. * @param {Function|Object|string} [predicate=_.identity] The function invoked @@ -5032,7 +5028,6 @@ * * @static * @memberOf _ - * @type Function * @category Array * @param {Array} array The array to query. * @param {number} [n=1] The number of elements to take. @@ -5068,7 +5063,6 @@ * * @static * @memberOf _ - * @type Function * @category Array * @param {Array} array The array to query. * @param {number} [n=1] The number of elements to take. @@ -5114,7 +5108,6 @@ * * @static * @memberOf _ - * @type Function * @category Array * @param {Array} array The array to query. * @param {Function|Object|string} [predicate=_.identity] The function invoked @@ -5164,7 +5157,6 @@ * * @static * @memberOf _ - * @type Function * @category Array * @param {Array} array The array to query. * @param {Function|Object|string} [predicate=_.identity] The function invoked @@ -7509,7 +7501,6 @@ * * @static * @memberOf _ - * @type Function * @category Function * @param {Function} func The function to restrict. * @returns {Function} Returns the new restricted function.