Skip to content

Commit edb0355

Browse files
committed
Fixed this return types for Phaser.Geom.Point
1 parent 6dd7695 commit edb0355

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/geom/point/Point.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ var Point = new Class({
6969
* @param {number} [x=0] - The x coordinate of this Point.
7070
* @param {number} [y=x] - The y coordinate of this Point.
7171
*
72-
* @return {Phaser.Geom.Point} This Point object.
72+
* @return {this} This Point object.
7373
*/
7474
setTo: function (x, y)
7575
{

0 commit comments

Comments
 (0)