Bump to v4.8.2.

This commit is contained in:
John-David Dalton
2016-04-04 13:35:30 -07:00
parent a2438ffc51
commit 8349627be6
8 changed files with 19 additions and 19 deletions

View File

@@ -8,7 +8,7 @@ define(['./_arrayMap', './_createOver'], function(arrayMap, 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
*