diff --git a/lodash.js b/lodash.js index 9493acef0..41915becd 100644 --- a/lodash.js +++ b/lodash.js @@ -5284,7 +5284,6 @@ if (iteratee == null) { return result; } - iteratee = toFunction(iteratee); return arrayMap(result, function(group) { return arrayReduce(group, iteratee, undefined, true); });