We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4969349 commit ec51794Copy full SHA for ec51794
1 file changed
src/sound/noaudio/NoAudioSoundManager.js
@@ -74,17 +74,6 @@ var NoAudioSoundManager = new Class({
74
{
75
return BaseSoundManager.prototype.remove.call(this, sound);
76
},
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
- */
88
removeByKey: function (key)
89
90
return BaseSoundManager.prototype.removeByKey.call(this, key);
0 commit comments