diff --git a/src/sound/webaudio/WebAudioSound.js b/src/sound/webaudio/WebAudioSound.js index b5408bf9e..28b51c429 100644 --- a/src/sound/webaudio/WebAudioSound.js +++ b/src/sound/webaudio/WebAudioSound.js @@ -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);