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
0f6aa55859
commit
e676d264fa
1 changed files with 0 additions and 9 deletions
|
@ -38,15 +38,6 @@ var NoAudioSoundManager = new Class({
|
|||
{
|
||||
EventEmitter.call(this);
|
||||
this.game = game;
|
||||
|
||||
/**
|
||||
* [description]
|
||||
*
|
||||
* @name Phaser.Sound.NoAudioSoundManager#sounds
|
||||
* @type {array}
|
||||
* @default []
|
||||
* @since 3.0.0
|
||||
*/
|
||||
this.sounds = [];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue