Skip to content

Commit 631e6cd

Browse files
Removed redundant docs
1 parent 1046991 commit 631e6cd

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/sound/html5/HTML5AudioSound.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -664,21 +664,11 @@ Object.defineProperty(HTML5AudioSound.prototype, 'seek', {
664664
}
665665
}
666666
});
667-
668-
/**
669-
* Property indicating whether or not
670-
* the sound or current sound marker will loop.
671-
*
672-
* @name Phaser.Sound.HTML5AudioSound#loop
673-
* @type {boolean}
674-
*/
675667
Object.defineProperty(HTML5AudioSound.prototype, 'loop', {
676-
677668
get: function ()
678669
{
679670
return this.currentConfig.loop;
680671
},
681-
682672
set: function (value)
683673
{
684674
this.currentConfig.loop = value;
@@ -698,7 +688,5 @@ Object.defineProperty(HTML5AudioSound.prototype, 'loop', {
698688
*/
699689
this.emit('loop', this, value);
700690
}
701-
702691
});
703-
704692
module.exports = HTML5AudioSound;

0 commit comments

Comments
 (0)