mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 07:17:50 +00:00
Set the jsdoc type of apply's args parameter to Array. [ci skip]
This commit is contained in:
committed by
John-David Dalton
parent
d9f93d0895
commit
45953b2ac1
@@ -409,7 +409,7 @@
|
||||
* @private
|
||||
* @param {Function} func The function to invoke.
|
||||
* @param {*} thisArg The `this` binding of `func`.
|
||||
* @param {...*} args The arguments to invoke `func` with.
|
||||
* @param {Array} args The arguments to invoke `func` with.
|
||||
* @returns {*} Returns the result of `func`.
|
||||
*/
|
||||
function apply(func, thisArg, args) {
|
||||
|
||||
Reference in New Issue
Block a user