mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +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 {
|
getY(): number {
|
||||||
return this.location.x;
|
return this.location.y;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user