mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Typo: Pointer.getY method for iOS returned this.location.x instead of this.location.y
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