Removed redundant docs

This commit is contained in:
Pavle Goloskokovic 2018-02-18 19:35:53 +01:00
parent 8760c39beb
commit 18588efcc7

View file

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