Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljungberg committed Mar 14, 2012
1 parent c4eaf08 commit cf18bca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/Manual/CPSearchField/AppController.j
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copyright 2010, Your Company All rights reserved.
*/

var categories = ["firstName","lastName"],
var categories = ["firstName", "lastName"],
MenuItemPrefix = @" ";

@implementation AppController : CPObject
Expand All @@ -26,7 +26,7 @@ var categories = ["firstName","lastName"],
searchCategoryIndex = 0;
searchCategoryIndexes = [CPArray arrayWithArray:[1, 2]];

searchField = [[CPSearchField alloc] initWithFrame:CPMakeRect(30,72,150,30)];
searchField = [[CPSearchField alloc] initWithFrame:CPMakeRect(30, 72, 150, 30)];

[searchField setRecentsAutosaveName:"autosave"];
[searchField setTarget:self];
Expand Down Expand Up @@ -73,7 +73,7 @@ var categories = ["firstName","lastName"],

[self changeCategory:[[searchField menu] itemAtIndex:1]];
[self updateFilter:searchField];

[searchField setDelegate:self];

[theWindow center];
Expand Down

0 comments on commit cf18bca

Please sign in to comment.