Add default wrapper value to jsdoc of _.wrap. [ci skip]

This commit is contained in:
John-David Dalton
2016-02-14 08:57:28 -08:00
parent a9e8c0ba76
commit c5f6c43326

View File

@@ -9202,7 +9202,7 @@
* @memberOf _
* @category Function
* @param {*} value The value to wrap.
* @param {Function} wrapper The wrapper function.
* @param {Function} [wrapper=identity] The wrapper function.
* @returns {Function} Returns the new function.
* @example
*