mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-17 08:01:27 +00:00
Fix unintended globals
This commit is contained in:
@@ -214,9 +214,12 @@ var ELEMENTS = 100,
|
||||
|
||||
- (void)testObjectsAtIndexesSpeed
|
||||
{
|
||||
REPEATS = 100;
|
||||
|
||||
var SIZE = 1000,
|
||||
c = SIZE,
|
||||
r = rr = REPEATS = 100,
|
||||
r = REPEATS,
|
||||
rr = r,
|
||||
location = 0,
|
||||
array = [CPArray array],
|
||||
indexes = [CPIndexSet indexSet];
|
||||
|
||||
Reference in New Issue
Block a user