Bump to v4.8.2.

This commit is contained in:
John-David Dalton
2016-04-04 13:55:37 -07:00
parent 723c02dbfa
commit e8cff1ef54
9 changed files with 14 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ import createOver from './_createOver';
* @memberOf _
* @since 4.0.0
* @category Util
* @param {...Function} iteratees The iteratees to invoke.
* @param {...(Function|Function[])} iteratees The iteratees to invoke.
* @returns {Function} Returns the new function.
* @example
*