mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Formatting: add semi-colon to CPArray+KVO.j
This commit is contained in:
@@ -393,7 +393,7 @@
|
||||
|
||||
while (index !== CPNotFound)
|
||||
{
|
||||
_remove(_proxyObject, _removeSEL, index)
|
||||
_remove(_proxyObject, _removeSEL, index);
|
||||
index = [theIndexes indexLessThanIndex:index];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user