Skip to content

Commit 0ecda6b

Browse files
Removed redundant docs
1 parent c25345c commit 0ecda6b

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/sound/webaudio/WebAudioSound.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,6 @@ var WebAudioSound = new Class({
168168
this.volumeNode.connect(manager.destination);
169169

170170
this.duration = this.audioBuffer.duration;
171-
172-
/**
173-
* [description]
174-
*
175-
* @name Phaser.Sound.WebAudioSound#totalDuration
176-
* @type {number}
177-
* @since 3.0.0
178-
*/
179171
this.totalDuration = this.audioBuffer.duration;
180172

181173
BaseSound.call(this, manager, key, config);

0 commit comments

Comments
 (0)