Skip to content

Commit

Permalink
Pass errorCallback through convenience method
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyarnold committed Nov 27, 2012
1 parent cfccd40 commit 5376700
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -65,7 +65,7 @@ - (void) MR_saveNestedContexts;

- (void) MR_saveNestedContextsErrorHandler:(void (^)(NSError *))errorCallback;
{
[self MR_saveNestedContextsErrorHandler:nil completion:nil];
[self MR_saveNestedContextsErrorHandler:errorCallback completion:nil];
}

- (void) MR_saveNestedContextsErrorHandler:(void (^)(NSError *))errorCallback completion:(void (^)(void))completion;
Expand Down

0 comments on commit 5376700

Please sign in to comment.