diff --git a/Foundation/CPArray+KVO.j b/Foundation/CPArray+KVO.j index 33fc4791f..b4a87bc7f 100644 --- a/Foundation/CPArray+KVO.j +++ b/Foundation/CPArray+KVO.j @@ -393,7 +393,7 @@ while (index !== CPNotFound) { - _remove(_proxyObject, _removeSEL, index) + _remove(_proxyObject, _removeSEL, index); index = [theIndexes indexLessThanIndex:index]; } }