Skip to content

Commit ae89750

Browse files
Removed redundant docs
1 parent 812cbbf commit ae89750

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/sound/html5/HTML5AudioSoundManager.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -307,21 +307,11 @@ Object.defineProperty(HTML5AudioSoundManager.prototype, 'mute', {
307307
this.emit('mute', this, value);
308308
}
309309
});
310-
311-
/**
312-
* Global volume setting.
313-
*
314-
* @name Phaser.Sound.HTML5AudioSoundManager#volume
315-
* @type {number}
316-
* @since 3.0.0
317-
*/
318310
Object.defineProperty(HTML5AudioSoundManager.prototype, 'volume', {
319-
320311
get: function ()
321312
{
322313
return this._volume;
323314
},
324-
325315
set: function (value)
326316
{
327317
this._volume = value;
@@ -337,7 +327,5 @@ Object.defineProperty(HTML5AudioSoundManager.prototype, 'volume', {
337327
*/
338328
this.emit('volume', this, value);
339329
}
340-
341330
});
342-
343331
module.exports = HTML5AudioSoundManager;

0 commit comments

Comments
 (0)