Fixed add method docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 20:02:57 +01:00
parent e018be1d65
commit 3b6a406e6d

View file

@ -112,7 +112,7 @@ var WebAudioSoundManager = 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 {Phaser.Sound.WebAudioSound} The new sound instance.
*/