Removed redundant docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 20:34:49 +01:00
parent 0f6aa55859
commit e676d264fa

View file

@ -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 = [];
/**