Skip to content

Commit 75b1586

Browse files
committed
Merge pull request NativeScript#2099 from covex-nn/master
Typo in Pointer.getY method for iOS
2 parents d62f018 + eb653c6 commit 75b1586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/gestures/gestures.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ class Pointer implements definition.Pointer {
395395
}
396396

397397
getY(): number {
398-
return this.location.x;
398+
return this.location.y;
399399
}
400400
}
401401

0 commit comments

Comments
 (0)