Skip to content

Commit

Permalink
Merge pull request moredip#5 from steven-solomon/frank_additions
Browse files Browse the repository at this point in the history
Fix bug in touchxy:ycoord:
  • Loading branch information
steven-solomon committed Jun 9, 2011
2 parents 2a18c23 + e63b307 commit 632d716
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion src/dsl/UIQuery.m
Expand Up @@ -421,7 +421,7 @@ - (UIQuery *)touch {

- (UIQuery *)touchxy:(NSNumber *)x ycoord:(NSNumber *)y
{
[self touchx:x y:y]; // call new function name but allow for choice
return [self touchx:x y:y]; // call new function name but allow for choice
}

- (UIQuery *)touchx:(NSNumber *)x y:(NSNumber *)y {
Expand Down

0 comments on commit 632d716

Please sign in to comment.