mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Fixed add method docs
This commit is contained in:
parent
cb939cc7d8
commit
5e41c48b3d
1 changed files with 2 additions and 2 deletions
|
@ -187,9 +187,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 {ISound} The new sound instance.
|
||||
* @return {Phaser.Sound.BaseSound} The new sound instance.
|
||||
*/
|
||||
add: NOOP,
|
||||
|
||||
|
|
Loading…
Reference in a new issue