Skip to content

Commit 1046991

Browse files
Removed redundant docs
1 parent 81bebfd commit 1046991

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/sound/html5/HTML5AudioSound.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -615,15 +615,7 @@ Object.defineProperty(HTML5AudioSound.prototype, 'detune', {
615615
Object.getOwnPropertyDescriptor(BaseSound.prototype, 'detune').set.call(this, value);
616616
}
617617
});
618-
619-
/**
620-
* Current position of playing sound.
621-
*
622-
* @name Phaser.Sound.HTML5AudioSound#seek
623-
* @type {number}
624-
*/
625618
Object.defineProperty(HTML5AudioSound.prototype, 'seek', {
626-
627619
get: function ()
628620
{
629621
if (this.isPlaying)
@@ -640,7 +632,6 @@ Object.defineProperty(HTML5AudioSound.prototype, 'seek', {
640632
return 0;
641633
}
642634
},
643-
644635
set: function (value)
645636
{
646637
if (this.manager.isLocked(this, 'seek', value))

0 commit comments

Comments
 (0)