Skip to content

Commit 24f5de4

Browse files
Fixed addAudioSprite method docs
1 parent af76f7f commit 24f5de4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/sound/BaseSoundManager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@ var BaseSoundManager = new Class({
208208
* @since 3.0.0
209209
*
210210
* @param {string} key - Asset key for the sound.
211-
* @param {ISoundConfig} [config] - An optional config object containing default sound settings.
211+
* @param {SoundConfig} [config] - An optional config object containing default sound settings.
212212
*
213-
* @return {IAudioSpriteSound} The new audio sprite sound instance.
213+
* @return {AudioSpriteSound} The new audio sprite sound instance.
214214
*/
215215
addAudioSprite: function (key, config)
216216
{

0 commit comments

Comments
 (0)