Skip to content

Commit ec51794

Browse files
Removed redundant docs
1 parent 4969349 commit ec51794

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
@@ -74,17 +74,6 @@ var NoAudioSoundManager = new Class({
7474
{
7575
return BaseSoundManager.prototype.remove.call(this, sound);
7676
},
77-
78-
/**
79-
* [description]
80-
*
81-
* @method Phaser.Sound.NoAudioSoundManager#removeByKey
82-
* @since 3.0.0
83-
*
84-
* @param {string} key - The key to match when removing sound objects.
85-
*
86-
* @return {number} The number of matching sound objects that were removed.
87-
*/
8877
removeByKey: function (key)
8978
{
9079
return BaseSoundManager.prototype.removeByKey.call(this, key);

0 commit comments

Comments
 (0)