mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Merge pull request #2099 from covex-nn/master
Typo in Pointer.getY method for iOS
This commit is contained in:
@ -395,7 +395,7 @@ class Pointer implements definition.Pointer {
|
||||
}
|
||||
|
||||
getY(): number {
|
||||
return this.location.x;
|
||||
return this.location.y;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user