diff --git a/lodash.src.js b/lodash.src.js index 1d0edab40..1c9cd2c1e 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -3167,6 +3167,9 @@ return object; } if (length > 3 && isIterateeCall(arguments[1], arguments[2], arguments[3])) { + if (typeof arguments[length - 1] == 'function') { + customizer = arguments[--length]; + } length = 2; } // Juggle arguments.