Removed redundant docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 19:32:57 +01:00
parent c25345c2d5
commit 0ecda6b08d

View file

@ -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);