mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Fixed jsdocs
This commit is contained in:
parent
fe1654aedd
commit
23d5ee7955
1 changed files with 2 additions and 2 deletions
|
@ -363,8 +363,8 @@ var Particle = new Class({
|
|||
* @method Phaser.GameObjects.Particles.Particle#fire
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {number} x - The x coordinate to launch this Particle from.
|
||||
* @param {number} y - The y coordinate to launch this Particle from.
|
||||
* @param {number} [x] - The x coordinate to launch this Particle from.
|
||||
* @param {number} [y] - The y coordinate to launch this Particle from.
|
||||
*/
|
||||
fire: function (x, y)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue