mirror of
https://github.com/photonstorm/phaser
synced 2025-03-04 23:37:19 +00:00
Fixed this
return types for Phaser.Geom.Polygon
This commit is contained in:
parent
edb035512b
commit
24fbe810df
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ var Polygon = new Class({
|
||||||
*
|
*
|
||||||
* @param {array} points - Points defining the perimeter of this polygon. Please check function description above for the different supported formats.
|
* @param {array} points - Points defining the perimeter of this polygon. Please check function description above for the different supported formats.
|
||||||
*
|
*
|
||||||
* @return {Phaser.Geom.Polygon} This Polygon object.
|
* @return {this} This Polygon object.
|
||||||
*/
|
*/
|
||||||
setTo: function (points)
|
setTo: function (points)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue