mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
made removeObject on _CPKVCArray work properly
This commit is contained in:
@@ -211,6 +211,11 @@
|
||||
[self _setRepresentedObject:target];
|
||||
}
|
||||
|
||||
- (void)removeObject:(id)anObject
|
||||
{
|
||||
[self removeObject:anObject inRange:CPMakeRange(0, [self count])];
|
||||
}
|
||||
|
||||
- (void)removeLastObject
|
||||
{
|
||||
if(_remove)
|
||||
|
||||
Reference in New Issue
Block a user