diff --git a/lodash.js b/lodash.js index 43d4dc4e8..2a486a64f 100644 --- a/lodash.js +++ b/lodash.js @@ -2985,7 +2985,7 @@ while (length--) { var index = indexes[length]; if (index != previous) { - var previous = removal; + var previous = index; splice.call(array, index, 1); } }