Skip to content

Commit 94859c6

Browse files
Removed redundant docs
1 parent 0b377a3 commit 94859c6

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
@@ -541,20 +541,11 @@ var HTML5AudioSound = new Class({
541541
}
542542
}
543543
});
544-
545-
/**
546-
* Mute setting.
547-
*
548-
* @name Phaser.Sound.HTML5AudioSound#mute
549-
* @type {boolean}
550-
*/
551544
Object.defineProperty(HTML5AudioSound.prototype, 'mute', {
552-
553545
get: function ()
554546
{
555547
return this.currentConfig.mute;
556548
},
557-
558549
set: function (value)
559550
{
560551
this.currentConfig.mute = value;
@@ -571,7 +562,6 @@ Object.defineProperty(HTML5AudioSound.prototype, 'mute', {
571562
*/
572563
this.emit('mute', this, value);
573564
}
574-
575565
});
576566

577567
/**

0 commit comments

Comments
 (0)