mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 06:30:38 +00:00
Fixed jsdoc
This commit is contained in:
parent
45ccff26e1
commit
83fbeb97a8
1 changed files with 2 additions and 2 deletions
|
@ -373,11 +373,11 @@ var List = new Class({
|
|||
{
|
||||
return ArrayUtils.MoveAbove(this.list, child1, child2);
|
||||
},
|
||||
|
||||
|
||||
/**
|
||||
* Moves the given array element below another one in the array.
|
||||
*
|
||||
* @method Phaser.Structs.List#moveAbove
|
||||
* @method Phaser.Structs.List#moveBelow
|
||||
* @since 3.55.0
|
||||
*
|
||||
* @genericUse {T} - [child1,child2]
|
||||
|
|
Loading…
Reference in a new issue