diff --git a/src/sound/webaudio/WebAudioSound.js b/src/sound/webaudio/WebAudioSound.js index 7cf866fc9..6d58d3ba7 100644 --- a/src/sound/webaudio/WebAudioSound.js +++ b/src/sound/webaudio/WebAudioSound.js @@ -669,13 +669,6 @@ Object.defineProperty(WebAudioSound.prototype, 'seek', { }); -/** - * Property indicating whether or not - * the sound or current sound marker will loop. - * - * @name Phaser.Sound.WebAudioSound#loop - * @type {boolean} - */ Object.defineProperty(WebAudioSound.prototype, 'loop', { get: function ()