mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Removed redundant docs
This commit is contained in:
parent
19384cb914
commit
6d0ec24aa6
1 changed files with 0 additions and 9 deletions
|
@ -38,16 +38,7 @@ var NoAudioSound = new Class({
|
|||
function NoAudioSound (manager, key, config)
|
||||
{
|
||||
if (config === void 0) { config = {}; }
|
||||
|
||||
EventEmitter.call(this);
|
||||
|
||||
/**
|
||||
* [description]
|
||||
*
|
||||
* @name Phaser.Sound.NoAudioSound#manager
|
||||
* @type {Phaser.Sound.NoAudioSoundManager}
|
||||
* @since 3.0.0
|
||||
*/
|
||||
this.manager = manager;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue