mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Fixed add method docs
This commit is contained in:
parent
e018be1d65
commit
3b6a406e6d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue