Skip to content

Commit ae890ec

Browse files
Removed redundant docs
1 parent 94859c6 commit ae890ec

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/sound/html5/HTML5AudioSound.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -563,20 +563,11 @@ Object.defineProperty(HTML5AudioSound.prototype, 'mute', {
563563
this.emit('mute', this, value);
564564
}
565565
});
566-
567-
/**
568-
* Volume setting.
569-
*
570-
* @name Phaser.Sound.HTML5AudioSound#volume
571-
* @type {number}
572-
*/
573566
Object.defineProperty(HTML5AudioSound.prototype, 'volume', {
574-
575567
get: function ()
576568
{
577569
return this.currentConfig.volume;
578570
},
579-
580571
set: function (value)
581572
{
582573
this.currentConfig.volume = value;
@@ -593,7 +584,6 @@ Object.defineProperty(HTML5AudioSound.prototype, 'volume', {
593584
*/
594585
this.emit('volume', this, value);
595586
}
596-
597587
});
598588

599589
/**

0 commit comments

Comments
 (0)