Add jsdoc name tag for flatMap. [closes #1811]

This commit is contained in:
John-David Dalton
2016-01-15 16:18:42 -08:00
parent 96bbf74207
commit a62d70e80c

View File

@@ -7133,7 +7133,7 @@
/** /**
* This method is the wrapper version of `_.flatMap`. * This method is the wrapper version of `_.flatMap`.
* *
* @static * @name flatMap
* @memberOf _ * @memberOf _
* @category Seq * @category Seq
* @param {Function|Object|string} [iteratee=_.identity] The function invoked per iteration. * @param {Function|Object|string} [iteratee=_.identity] The function invoked per iteration.