More test fixes.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2010-12-25 17:05:31 -08:00
parent e964c60830
commit f79c2346a5
2 changed files with 0 additions and 13 deletions
-3
View File
@@ -18,9 +18,6 @@
+ (id)arrayWithArray:(CPArray)anArray
{
if (anArray.isa === _CPJavaScriptArray)
return anArray.slice(0);
return [[self alloc] initWithArray:anArray];
}