API  0.9.6
 All Classes Files Functions Variables Macros Groups Pages
CPMutableArray.j File Reference

Go to the source code of this file.

Variables

var selectorCompare
 

Variable Documentation

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

Definition at line 381 of file CPMutableArray.j.