mirror of
https://github.com/photonstorm/phaser
synced 2024-12-17 16:43:30 +00:00
Removed touchUnlocked property form HTML5AudioSoundManager class
This commit is contained in:
parent
6b1b7a1342
commit
ff4e9616f3
1 changed files with 0 additions and 9 deletions
|
@ -46,15 +46,6 @@ var HTML5AudioSoundManager = new Class({
|
|||
* @default []
|
||||
*/
|
||||
this.onBlurPausedSounds = [];
|
||||
/**
|
||||
* Flag used for indicating when the audio has been unlocked,
|
||||
* if there ever was a need for it.
|
||||
*
|
||||
* @private
|
||||
* @type {boolean}
|
||||
* @default false
|
||||
*/
|
||||
this.touchUnlocked = false;
|
||||
/**
|
||||
* Property that actually holds the value of global mute
|
||||
* for HTML5 Audio sound manager implementation.
|
||||
|
|
Loading…
Reference in a new issue