Add args param doc for _.attempt. [closes #2164] [ci skip]

This commit is contained in:
John-David Dalton
2016-03-28 07:05:08 -07:00
parent 23a7871e2d
commit de53132692

View File

@@ -14118,6 +14118,7 @@
* @since 3.0.0
* @category Util
* @param {Function} func The function to attempt.
* @param {...*} [args] The arguments to invoke `func` with.
* @returns {*} Returns the `func` result or error object.
* @example
*