Removed redundant docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 20:18:57 +01:00
parent 19384cb914
commit 6d0ec24aa6

View file

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