mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
JSDoc fix. Fix #4871
This commit is contained in:
parent
6f8db0774b
commit
a5d494f9d2
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
* @function Phaser.Utils.Array.Replace
|
||||
* @since 3.4.0
|
||||
*
|
||||
* @param {array} array - The array to search within.
|
||||
* @param {*} oldChild - The element in the array that will be replaced.
|
||||
* @param {*} newChild - The element to be inserted into the array at the position of `oldChild`.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue