mirror of
https://github.com/photonstorm/phaser
synced 2024-12-17 08:33:40 +00:00
Removed touchLocked property form HTML5AudioSoundManager class
This commit is contained in:
parent
c6c3f1da79
commit
6b1b7a1342
1 changed files with 0 additions and 8 deletions
|
@ -46,14 +46,6 @@ var HTML5AudioSoundManager = new Class({
|
|||
* @default []
|
||||
*/
|
||||
this.onBlurPausedSounds = [];
|
||||
/**
|
||||
* HTML5 Audio streams cannot be loaded unless triggered by explicit user interaction, such as a tap.
|
||||
* True if the audio system is currently locked awaiting user interaction.
|
||||
*
|
||||
* @private
|
||||
* @property {boolean} touchLocked
|
||||
*/
|
||||
this.touchLocked = 'ontouchstart' in window;
|
||||
/**
|
||||
* Flag used for indicating when the audio has been unlocked,
|
||||
* if there ever was a need for it.
|
||||
|
|
Loading…
Reference in a new issue