Skip to content

Commit a50f7ad

Browse files
Reverted type changes
1 parent 6a24135 commit a50f7ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sound/BaseSoundManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var BaseSoundManager = new Class({
4848
* An array containing all added sounds.
4949
*
5050
* @name Phaser.Sound.BaseSoundManager#sounds
51-
* @type {Phaser.Sound.BaseSound[]}
51+
* @type {array}
5252
* @default []
5353
* @private
5454
* @since 3.0.0

0 commit comments

Comments
 (0)