mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Removed redundant docs
This commit is contained in:
parent
06d8a21d3a
commit
c140e2e40b
1 changed files with 0 additions and 12 deletions
|
@ -46,18 +46,6 @@ var NoAudioSoundManager = new Class({
|
|||
this.pauseOnBlur = true;
|
||||
this.locked = false;
|
||||
},
|
||||
|
||||
/**
|
||||
* [description]
|
||||
*
|
||||
* @method Phaser.Sound.NoAudioSoundManager#add
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {string} key - Asset key for the sound.
|
||||
* @param {ISoundConfig} [config] - An optional config object containing default sound settings.
|
||||
*
|
||||
* @return {ISound} The new sound instance.
|
||||
*/
|
||||
add: function (key, config)
|
||||
{
|
||||
var sound = new NoAudioSound(this, key, config);
|
||||
|
|
Loading…
Reference in a new issue