We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
this
Phaser.Geom.Point
1 parent 6dd7695 commit edb0355Copy full SHA for edb0355
1 file changed
src/geom/point/Point.js
@@ -69,7 +69,7 @@ var Point = new Class({
69
* @param {number} [x=0] - The x coordinate of this Point.
70
* @param {number} [y=x] - The y coordinate of this Point.
71
*
72
- * @return {Phaser.Geom.Point} This Point object.
+ * @return {this} This Point object.
73
*/
74
setTo: function (x, y)
75
{
0 commit comments