FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge pull request #2099 from covex-nn/master · NativeScript/NativeScript@75b1586 · GitHub

Commit 75b1586

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎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)

Back | FazBrowse Home | New Git URL