Quick fix for initWithCapacity: not working on CPMutableArray.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2011-01-18 13:25:43 -08:00
parent 818bf475f2
commit 00915083d4
3 changed files with 13 additions and 2 deletions
+5
View File
@@ -102,6 +102,11 @@ var concat = Array.prototype.concat,
return array;
}
- (id)initWithCapacity:(CPUInteger)aCapacity
{
return self;
}
- (BOOL)count
{
return self.length;