Skip to content

Commit

Permalink
Oops, forgot to uncomment important line
Browse files Browse the repository at this point in the history
  • Loading branch information
dermdaly committed May 17, 2012
1 parent c2db11b commit ed57397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OCCalendarView/OCCalendarView.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ -(OCSelectionMode) selectionMode {

-(void) setSelectionMode:(OCSelectionMode)selectionMode {
_selectionMode = selectionMode;
// selectionView.selectionMode = _selectionMode;
selectionView.selectionMode = _selectionMode;
}
- (id)initAtPoint:(CGPoint)p withFrame:(CGRect)frame {
return [self initAtPoint:p withFrame:frame arrowPosition:OCArrowPositionCentered];
Expand Down

0 comments on commit ed57397

Please sign in to comment.