_.pullAt
@@ -2985,7 +2985,7 @@
while (length--) {
var index = indexes[length];
if (index != previous) {
var previous = removal;
var previous = index;
splice.call(array, index, 1);
}
The note is not visible to the blocked user.