mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Finish NSDIctionary changes
This commit is contained in:
parent
e44bdf6718
commit
d59a90206a
1 changed files with 1 additions and 5 deletions
|
@ -956,11 +956,7 @@ compareIt(id o1, id o2, void* context)
|
|||
|
||||
- (NSArray *)keysSortedByValueWithOptions:(NSSortOptions)opts usingComparator:(NSComparator)cmptr
|
||||
{
|
||||
//return [[self allKeys] sortedArrayWithOptions:opts
|
||||
// usingComparator:^NSComparisonResult(id key1, id key2) {
|
||||
// return cmptr([self objectForKey:key1], [self objectForKey:key2]);
|
||||
//}]
|
||||
return nil;
|
||||
return [[self allKeys] sortedArrayWithOptions: opts usingComparator: cmptr];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue