We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
this
Phaser.Geom.Line
1 parent 5d11497 commit 6dd7695Copy full SHA for 6dd7695
1 file changed
src/geom/line/Line.js
@@ -154,7 +154,7 @@ var Line = new Class({
154
* @param {number} [x2=0] - The x coordinate of the lines ending point.
155
* @param {number} [y2=0] - The y coordinate of the lines ending point.
156
*
157
- * @return {Phaser.Geom.Line} This Line object.
+ * @return {this} This Line object.
158
*/
159
setTo: function (x1, y1, x2, y2)
160
{
0 commit comments