Skip to content

Commit

Permalink
Fixing indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kettch committed Jun 7, 2016
1 parent f2880d9 commit 6175f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JNWCollectionView/JNWCollectionViewCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ - (void)mouseUp:(NSEvent *)theEvent {
}

- (void)rightMouseDown:(NSEvent *)theEvent {
[super rightMouseDown:theEvent];
[super rightMouseDown:theEvent];

[self.collectionView rightClickInCollectionViewCell:self withEvent:theEvent];
}

Expand Down

0 comments on commit 6175f30

Please sign in to comment.