mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 05:57:04 +00:00
Fixed a few bugs in CPArray and added many new tests for CPArray.
Reviewed by me.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
@import <Foundation/Foundation.j>
|
||||
|
||||
@import "CPArrayTest.j"
|
||||
|
||||
|
||||
@implementation _CPJavaScriptArrayTest : CPArrayTest
|
||||
{
|
||||
}
|
||||
|
||||
+ (Class)arrayClass
|
||||
{
|
||||
return _CPJavaScriptArray;
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user