mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 00:53:42 +00:00
Removed redundant docs
This commit is contained in:
parent
98fdfde972
commit
43eec1c43c
1 changed files with 0 additions and 9 deletions
|
@ -62,15 +62,6 @@ var NoAudioSound = new Class({
|
||||||
this.detune = 0;
|
this.detune = 0;
|
||||||
this.seek = 0;
|
this.seek = 0;
|
||||||
this.loop = false;
|
this.loop = false;
|
||||||
|
|
||||||
/**
|
|
||||||
* [description]
|
|
||||||
*
|
|
||||||
* @name Phaser.Sound.NoAudioSound#markers
|
|
||||||
* @type {object}
|
|
||||||
* @default {}
|
|
||||||
* @since 3.0.0
|
|
||||||
*/
|
|
||||||
this.markers = {};
|
this.markers = {};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue