Fixed jsdoc

This commit is contained in:
Richard Davey 2021-05-24 17:34:06 +01:00
parent 45ccff26e1
commit 83fbeb97a8

View file

@ -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]