Removed duplicate docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 15:53:47 +01:00
parent 42fc672174
commit 05a20d6435

View file

@ -205,14 +205,6 @@ var BaseSound = new Class({
* @since 3.0.0
*/
this.loop = false;
/**
* [description]
*
* @name Phaser.Sound.BaseSound#config
* @type {object}
* @since 3.0.0
*/
this.config = Extend(this.config, config);
/**