From b430e2ef65257f6090572badaa7dc6c08894b5bc Mon Sep 17 00:00:00 2001 From: Brian Donovan Date: Mon, 4 Oct 2010 15:02:41 -0700 Subject: [PATCH] Fix "differ" that was supposed to be "defer". --- AppKit/CPTableView.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPTableView.j b/AppKit/CPTableView.j index d532cf4b1..f607581b0 100644 --- a/AppKit/CPTableView.j +++ b/AppKit/CPTableView.j @@ -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];