mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Implemented mute property getter for HTML5AudioSoundManager class
This commit is contained in:
parent
86cccd53ee
commit
8c5610416a
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ var HTML5AudioSoundManager = new Class({
|
|||
});
|
||||
Object.defineProperty(HTML5AudioSoundManager.prototype, 'mute', {
|
||||
get: function () {
|
||||
return this._mute;
|
||||
},
|
||||
set: function (value) {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue