Skip to content

Commit 2ec0f4f

Browse files
Removed redundant docs
1 parent c140e2e commit 2ec0f4f

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/sound/noaudio/NoAudioSoundManager.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,6 @@ var NoAudioSoundManager = new Class({
5454

5555
return sound;
5656
},
57-
58-
/**
59-
* [description]
60-
*
61-
* @method Phaser.Sound.NoAudioSoundManager#addAudioSprite
62-
* @since 3.0.0
63-
*
64-
* @param {string} key - Asset key for the sound.
65-
* @param {ISoundConfig} [config] - An optional config object containing default sound settings.
66-
*
67-
* @return {IAudioSpriteSound} The new audio sprite sound instance.
68-
*/
6957
addAudioSprite: function (key, config)
7058
{
7159
var sound = this.add(key, config);

0 commit comments

Comments
 (0)