mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +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.pauseOnBlur = true;
|
||||||
this.locked = false;
|
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)
|
add: function (key, config)
|
||||||
{
|
{
|
||||||
var sound = new NoAudioSound(this, key, config);
|
var sound = new NoAudioSound(this, key, config);
|
||||||
|
|
Loading…
Add table
Reference in a new issue