Improve code readability with dictionary literals.

This commit is contained in:
Alexander Ljungberg
2013-02-25 17:02:36 +00:00
parent 472848da91
commit 8bcbeb0aa9
43 changed files with 88 additions and 86 deletions
+1 -1
View File
@@ -667,7 +667,7 @@ var CPObjectControllerContentKey = @"CPObjectControllerCo
{
if (self = [super init])
{
_cachedValues = [CPDictionary dictionary];
_cachedValues = @{};
_observationProxies = [CPArray array];
_controller = aController;
_observedObjectsByKeyPath = {};