mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-12 21:51:28 +00:00
Format object descriptions like object literals.
This change makes CPDictionary descriptions exactly like Objective-C literals. Later when Objective-J adds support for such literals too, it'll be possible to just copy and paste a CPDictionary description into code. Also updated CPArray to look similar for consistency.
This commit is contained in:
@@ -874,7 +874,7 @@ var concat = Array.prototype.concat,
|
||||
{
|
||||
var index = 0,
|
||||
count = [self count],
|
||||
description = "[";
|
||||
description = "@[";
|
||||
|
||||
for (; index < count; ++index)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user