Fixed addAudioSprite method docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 17:19:24 +01:00
parent af76f7f9f1
commit 24f5de4c5c

View file

@ -208,9 +208,9 @@ var BaseSoundManager = new Class({
* @since 3.0.0
*
* @param {string} key - Asset key for the sound.
* @param {ISoundConfig} [config] - An optional config object containing default sound settings.
* @param {SoundConfig} [config] - An optional config object containing default sound settings.
*
* @return {IAudioSpriteSound} The new audio sprite sound instance.
* @return {AudioSpriteSound} The new audio sprite sound instance.
*/
addAudioSprite: function (key, config)
{