Fixed add method docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 17:18:13 +01:00
parent cb939cc7d8
commit 5e41c48b3d

View file

@ -187,9 +187,9 @@ var BaseSoundManager = new Class({
* @since 3.0.0 * @since 3.0.0
* *
* @param {string} key - Asset key for the sound. * @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 {ISound} The new sound instance. * @return {Phaser.Sound.BaseSound} The new sound instance.
*/ */
add: NOOP, add: NOOP,