diff --git a/lodash.src.js b/lodash.src.js index 0dc51b8b0..aadc1427b 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -7969,7 +7969,7 @@ case 1: return func.call(this, args[0], rest); case 2: return func.call(this, args[0], args[1], rest); } - var otherArgs = Array(start); + var otherArgs = Array(start + 1); index = -1; while (++index < start) { otherArgs[index] = args[index];