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
cf0732a599
commit
bb4c8404d2
1 changed files with 0 additions and 9 deletions
|
@ -44,15 +44,6 @@ var NoAudioSound = new Class({
|
|||
this.isPlaying = false;
|
||||
this.isPaused = false;
|
||||
this.totalRate = 1;
|
||||
|
||||
/**
|
||||
* [description]
|
||||
*
|
||||
* @name Phaser.Sound.NoAudioSound#duration
|
||||
* @type {number}
|
||||
* @default 0
|
||||
* @since 3.0.0
|
||||
*/
|
||||
this.duration = 0;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue