mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Removed redundant docs
This commit is contained in:
parent
8945fa798e
commit
7522e8613f
1 changed files with 0 additions and 9 deletions
|
@ -64,15 +64,6 @@ var NoAudioSound = new Class({
|
||||||
this.loop = false;
|
this.loop = false;
|
||||||
this.markers = {};
|
this.markers = {};
|
||||||
this.currentMarker = null;
|
this.currentMarker = null;
|
||||||
|
|
||||||
/**
|
|
||||||
* [description]
|
|
||||||
*
|
|
||||||
* @name Phaser.Sound.NoAudioSound#pendingRemove
|
|
||||||
* @type {boolean}
|
|
||||||
* @default null
|
|
||||||
* @since 3.0.0
|
|
||||||
*/
|
|
||||||
this.pendingRemove = false;
|
this.pendingRemove = false;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue