Skip to content

Commit 812cbbf

Browse files
Removed redundant docs
1 parent 7b9af86 commit 812cbbf

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/sound/html5/HTML5AudioSoundManager.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -286,21 +286,11 @@ var HTML5AudioSoundManager = new Class({
286286
return false;
287287
}
288288
});
289-
290-
/**
291-
* Global mute setting.
292-
*
293-
* @name Phaser.Sound.HTML5AudioSoundManager#mute
294-
* @type {boolean}
295-
* @since 3.0.0
296-
*/
297289
Object.defineProperty(HTML5AudioSoundManager.prototype, 'mute', {
298-
299290
get: function ()
300291
{
301292
return this._mute;
302293
},
303-
304294
set: function (value)
305295
{
306296
this._mute = value;
@@ -316,7 +306,6 @@ Object.defineProperty(HTML5AudioSoundManager.prototype, 'mute', {
316306
*/
317307
this.emit('mute', this, value);
318308
}
319-
320309
});
321310

322311
/**

0 commit comments

Comments
 (0)