From 18588efcc70adc4f2dde917b7bf81f762ce706b1 Mon Sep 17 00:00:00 2001 From: Pavle Goloskokovic Date: Sun, 18 Feb 2018 19:35:53 +0100 Subject: [PATCH] Removed redundant docs --- src/sound/webaudio/WebAudioSound.js | 7 ------- 1 file changed, 7 deletions(-) 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 ()