Merge pull request #2099 from covex-nn/master

Typo in Pointer.getY method for iOS
This commit is contained in:
Vladimir Enchev
2016-05-13 16:30:45 +03:00

View File

@ -395,7 +395,7 @@ class Pointer implements definition.Pointer {
} }
getY(): number { getY(): number {
return this.location.x; return this.location.y;
} }
} }