mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-05 02:13:40 +00:00
Improve code readability with dictionary literals.
This commit is contained in:
@@ -144,7 +144,7 @@ var CPObjectAccessorsForClassKey = @"$CPObjectAccessorsForClassKey",
|
||||
{
|
||||
var index = 0,
|
||||
count = keys.length,
|
||||
dictionary = [CPDictionary dictionary];
|
||||
dictionary = @{};
|
||||
|
||||
for (; index < count; ++index)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user