mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Merge pull request #3695 from wtravO/master
Fixed JSDoc error in RND.shuffle param
This commit is contained in:
commit
182015bdbc
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ var RandomDataGenerator = new Class({
|
||||||
* @method Phaser.Math.RandomDataGenerator#shuffle
|
* @method Phaser.Math.RandomDataGenerator#shuffle
|
||||||
* @since 3.7.0
|
* @since 3.7.0
|
||||||
*
|
*
|
||||||
* @param {array[]} [array] - The array to be shuffled.
|
* @param {array} [array] - The array to be shuffled.
|
||||||
*
|
*
|
||||||
* @return {array} The shuffled array.
|
* @return {array} The shuffled array.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue