Skip to content

Commit 6dd7695

Browse files
committed
Fixed this return types for Phaser.Geom.Line
1 parent 5d11497 commit 6dd7695

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/geom/line/Line.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ var Line = new Class({
154154
* @param {number} [x2=0] - The x coordinate of the lines ending point.
155155
* @param {number} [y2=0] - The y coordinate of the lines ending point.
156156
*
157-
* @return {Phaser.Geom.Line} This Line object.
157+
* @return {this} This Line object.
158158
*/
159159
setTo: function (x1, y1, x2, y2)
160160
{

0 commit comments

Comments
 (0)