Skip to content

Commit

Permalink
Merge branch '1-typo-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
peyton committed Mar 20, 2012
2 parents 422ef64 + 981da9a commit dfcd29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MOOPullGesture/MOOPullGestureRecognizer.m
Expand Up @@ -84,7 +84,7 @@ - (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;

- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
{
[super touchesMoved:touches withEvent:event];
[super touchesEnded:touches withEvent:event];

if (self.failed = [self shouldFail])
return;
Expand Down

0 comments on commit dfcd29f

Please sign in to comment.