We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af76f7f commit 24f5de4Copy full SHA for 24f5de4
1 file changed
src/sound/BaseSoundManager.js
@@ -208,9 +208,9 @@ var BaseSoundManager = new Class({
208
* @since 3.0.0
209
*
210
* @param {string} key - Asset key for the sound.
211
- * @param {ISoundConfig} [config] - An optional config object containing default sound settings.
+ * @param {SoundConfig} [config] - An optional config object containing default sound settings.
212
213
- * @return {IAudioSpriteSound} The new audio sprite sound instance.
+ * @return {AudioSpriteSound} The new audio sprite sound instance.
214
*/
215
addAudioSprite: function (key, config)
216
{
0 commit comments