mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 01:47:48 +00:00
Cleanup function doc descriptions and params. [ci skip]
This commit is contained in:
@@ -2195,7 +2195,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The base implementation of `_.at` without support for individual path arguments.
|
* The base implementation of `_.at` without support for individual paths.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {Object} object The object to iterate over.
|
* @param {Object} object The object to iterate over.
|
||||||
@@ -3174,7 +3174,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The base implementation of `_.pullAt` without support for individual
|
* The base implementation of `_.pullAt` without support for individual
|
||||||
* index arguments or capturing the removed elements.
|
* indexes or capturing the removed elements.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {Array} array The array to modify.
|
* @param {Array} array The array to modify.
|
||||||
@@ -8489,7 +8489,7 @@
|
|||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Function
|
* @category Function
|
||||||
* @param {Function} func The function to defer.
|
* @param {Function} func The function to defer.
|
||||||
* @param {...*} [args] The arguments to invoke the function with.
|
* @param {...*} [args] The arguments to invoke `func` with.
|
||||||
* @returns {number} Returns the timer id.
|
* @returns {number} Returns the timer id.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
@@ -8511,7 +8511,7 @@
|
|||||||
* @category Function
|
* @category Function
|
||||||
* @param {Function} func The function to delay.
|
* @param {Function} func The function to delay.
|
||||||
* @param {number} wait The number of milliseconds to delay invocation.
|
* @param {number} wait The number of milliseconds to delay invocation.
|
||||||
* @param {...*} [args] The arguments to invoke the function with.
|
* @param {...*} [args] The arguments to invoke `func` with.
|
||||||
* @returns {number} Returns the timer id.
|
* @returns {number} Returns the timer id.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user