From 11fa0c269074a90f81b2ffbd8c04770989dcec9e Mon Sep 17 00:00:00 2001 From: photonstorm Date: Tue, 2 Feb 2016 16:18:59 +0000 Subject: [PATCH] Docs fix #2310 --- src/geom/Line.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/geom/Line.js b/src/geom/Line.js index 27c45e12e..33c57cd22 100644 --- a/src/geom/Line.js +++ b/src/geom/Line.js @@ -133,6 +133,8 @@ Phaser.Line.prototype = { * Rotation takes place around the coordinates given. * * @method Phaser.Line#rotateAround + * @param {number} x - The x coordinate to offset the rotation from. + * @param {number} y - The y coordinate to offset the rotation from. * @param {number} angle - The angle in radians (unless asDegrees is true) to rotate the line by. * @param {boolean} [asDegrees=false] - Is the given angle in radians (false) or degrees (true)? * @return {Phaser.Line} This line object