Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
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.