mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +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
|
||||
* @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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue