Fix group update

This commit is contained in:
Li Tan
2015-02-04 11:49:39 -08:00
parent 3b8de5cf52
commit b5245f7cd4

View File

@@ -234,7 +234,7 @@ static BOOL _isInterceptedSelector(SEL sel)
- (void)endUpdates - (void)endUpdates
{ {
[self throwUnimplementedException]; [_dataController endUpdates];
} }