JSDoc update. Fix #4955

This commit is contained in:
Richard Davey 2020-01-15 10:29:09 +00:00
parent aed51569a4
commit 3d144bd99e

View file

@ -18,6 +18,8 @@ var WebAudioSoundManager = require('./webaudio/WebAudioSoundManager');
* @since 3.0.0
*
* @param {Phaser.Game} game - Reference to the current game instance.
*
* @return {(Phaser.Sound.HTML5AudioSoundManager|Phaser.Sound.WebAudioSoundManager|Phaser.Sound.NoAudioSoundManager)} The Sound Manager instance that was created.
*/
var SoundManagerCreator = {