Skip to content

Commit 3d144bd

Browse files
committed
JSDoc update. Fix phaserjs#4955
1 parent aed5156 commit 3d144bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/sound/SoundManagerCreator.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ var WebAudioSoundManager = require('./webaudio/WebAudioSoundManager');
1818
* @since 3.0.0
1919
*
2020
* @param {Phaser.Game} game - Reference to the current game instance.
21+
*
22+
* @return {(Phaser.Sound.HTML5AudioSoundManager|Phaser.Sound.WebAudioSoundManager|Phaser.Sound.NoAudioSoundManager)} The Sound Manager instance that was created.
2123
*/
2224
var SoundManagerCreator = {
2325

0 commit comments

Comments
 (0)