mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +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.volumeNode.connect(manager.destination);
|
||||||
|
|
||||||
this.duration = this.audioBuffer.duration;
|
this.duration = this.audioBuffer.duration;
|
||||||
|
|
||||||
/**
|
|
||||||
* [description]
|
|
||||||
*
|
|
||||||
* @name Phaser.Sound.WebAudioSound#totalDuration
|
|
||||||
* @type {number}
|
|
||||||
* @since 3.0.0
|
|
||||||
*/
|
|
||||||
this.totalDuration = this.audioBuffer.duration;
|
this.totalDuration = this.audioBuffer.duration;
|
||||||
|
|
||||||
BaseSound.call(this, manager, key, config);
|
BaseSound.call(this, manager, key, config);
|
||||||
|
|
Loading…
Reference in a new issue