Fix "differ" that was supposed to be "defer".

This commit is contained in:
Brian Donovan
2010-10-04 15:02:41 -07:00
parent a99e976610
commit b430e2ef65
+1 -1
View File
@@ -735,7 +735,7 @@ CPTableViewFirstColumnOnlyAutoresizingStyle = 5;
if (index === CPNotFound)
return;
// we differ the actual removal until the end of the runloop in order to keep a reference to the column.
// we defer the actual removal until the end of the runloop in order to keep a reference to the column.
[_differedColumnDataToRemove addObject:{"column":aTableColumn, "shouldBeHidden": [aTableColumn isHidden]}];
[aTableColumn setHidden:YES];