mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Completed all description tags
This commit is contained in:
parent
f983f121d4
commit
000fd9fd96
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ var Class = require('../../utils/Class');
|
|||
|
||||
/**
|
||||
* @classdesc
|
||||
* [description]
|
||||
* Defines a Popint in 2D space, with an x and y component
|
||||
*
|
||||
* @class Point
|
||||
* @memberOf Phaser.Geom
|
||||
|
@ -49,7 +49,7 @@ var Point = new Class({
|
|||
},
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Set the x and y coordinates of the point to the given values
|
||||
*
|
||||
* @method Phaser.Geom.Point#setTo
|
||||
* @since 3.0.0
|
||||
|
|
Loading…
Reference in a new issue