mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Removed duplicate docs
This commit is contained in:
parent
42fc672174
commit
05a20d6435
1 changed files with 0 additions and 8 deletions
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue