Merge pull request #3695 from wtravO/master

Fixed JSDoc error in RND.shuffle param
This commit is contained in:
Richard Davey 2018-05-23 15:30:42 +01:00 committed by GitHub
commit 182015bdbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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