mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Removed redundant docs
This commit is contained in:
parent
94859c6f99
commit
ae890eca8a
1 changed files with 0 additions and 10 deletions
|
@ -563,20 +563,11 @@ Object.defineProperty(HTML5AudioSound.prototype, 'mute', {
|
|||
this.emit('mute', this, value);
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
* Volume setting.
|
||||
*
|
||||
* @name Phaser.Sound.HTML5AudioSound#volume
|
||||
* @type {number}
|
||||
*/
|
||||
Object.defineProperty(HTML5AudioSound.prototype, 'volume', {
|
||||
|
||||
get: function ()
|
||||
{
|
||||
return this.currentConfig.volume;
|
||||
},
|
||||
|
||||
set: function (value)
|
||||
{
|
||||
this.currentConfig.volume = value;
|
||||
|
@ -593,7 +584,6 @@ Object.defineProperty(HTML5AudioSound.prototype, 'volume', {
|
|||
*/
|
||||
this.emit('volume', this, value);
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue