Add guard param doc to _.parseInt. [ci skip]

This commit is contained in:
John-David Dalton
2014-07-24 15:23:03 -07:00
parent 15a44fe650
commit 3004c58798

View File

@@ -8848,6 +8848,7 @@
* @category Utility
* @param {string} value The value to parse.
* @param {number} [radix] The radix to interpret `value` by.
* @param- {Object} [guard] Enables use as a callback for functions like `_.map`.
* @returns {number} Returns the converted integer.
* @example
*