API  0.9.9
CPMutableArray.j File Reference

Go to the source code of this file.

Variables

var selectorCompare
 
var sortArrayUsingFunction
 

Variable Documentation

var selectorCompare
Initial value:
= function(object1, object2, selector)
{
return [object1 performSelector:selector withObject:object2];
}

Definition at line 380 of file CPMutableArray.j.

var sortArrayUsingFunction

Definition at line 385 of file CPMutableArray.j.