Skip to content

Commit

Permalink
[#35] fix class name
Browse files Browse the repository at this point in the history
  • Loading branch information
vickeryj committed Feb 8, 2009
1 parent e16e1fc commit 2a5f1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/objective_resourceAppDelegate.m
Expand Up @@ -19,7 +19,7 @@ - (void)applicationDidFinishLaunching:(UIApplication *)application {
[ObjectiveResourceConfig setSite:@"http://localhost:3000/"];

// use json
//[ObjectiveResource setResponseType:JSONResponse];
//[ObjectiveResourceConfig setResponseType:JSONResponse];

// use xml
[ObjectiveResourceConfig setResponseType:XmlResponse];
Expand Down

0 comments on commit 2a5f1d7

Please sign in to comment.