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
@@ -129,7 +129,7 @@ var CPDocumentUntitledCount = 0;
if (self)
{
_windowControllers = [];
_viewControllersForWindowControllers = [CPDictionary dictionary];
_viewControllersForWindowControllers = @{};
_hasUndoManager = YES;
_changeCount = 0;