JSDoc fix. Fix #4871

This commit is contained in:
Richard Davey 2019-11-20 13:02:40 +00:00
parent 6f8db0774b
commit a5d494f9d2

View file

@ -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`.
*