Skip to content

Commit 41cf6a2

Browse files
Removed redundant docs
1 parent ec51794 commit 41cf6a2

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/sound/noaudio/NoAudioSoundManager.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,10 @@ var NoAudioSoundManager = new Class({
7878
{
7979
return BaseSoundManager.prototype.removeByKey.call(this, key);
8080
},
81-
8281
pauseAll: NOOP,
83-
8482
resumeAll: NOOP,
85-
8683
stopAll: NOOP,
87-
8884
update: NOOP,
89-
90-
/**
91-
* [description]
92-
*
93-
* @method Phaser.Sound.NoAudioSoundManager#destroy
94-
* @since 3.0.0
95-
*/
9685
destroy: function ()
9786
{
9887
BaseSoundManager.prototype.destroy.call(this);

0 commit comments

Comments
 (0)