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
c25345c2d5
commit
0ecda6b08d
1 changed files with 0 additions and 8 deletions
|
@ -168,14 +168,6 @@ var WebAudioSound = new Class({
|
|||
this.volumeNode.connect(manager.destination);
|
||||
|
||||
this.duration = this.audioBuffer.duration;
|
||||
|
||||
/**
|
||||
* [description]
|
||||
*
|
||||
* @name Phaser.Sound.WebAudioSound#totalDuration
|
||||
* @type {number}
|
||||
* @since 3.0.0
|
||||
*/
|
||||
this.totalDuration = this.audioBuffer.duration;
|
||||
|
||||
BaseSound.call(this, manager, key, config);
|
||||
|
|
Loading…
Reference in a new issue