mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 12:27:52 +08:00
Continued cleanup related to managed object context work
This commit is contained in:
@@ -234,9 +234,8 @@
|
||||
NSError *error = nil;
|
||||
|
||||
RKMappingOperation *mappingOperation = [RKMappingOperation mappingOperationFromObject:mappableObject
|
||||
toObject:destinationObject
|
||||
withMapping:mapping];
|
||||
mappingOperation.queue = self.operationQueue;
|
||||
toObject:destinationObject
|
||||
withMapping:mapping];
|
||||
mappingOperation.dataSource = self.mappingOperationDataSource;
|
||||
if ([self.delegate respondsToSelector:@selector(mapper:willPerformMappingOperation:)]) {
|
||||
[self.delegate mapper:self willPerformMappingOperation:mappingOperation];
|
||||
|
||||
Reference in New Issue
Block a user