Removed touchUnlocked property form HTML5AudioSoundManager class

This commit is contained in:
Pavle Goloskokovic 2018-01-17 18:16:14 +01:00
parent 6b1b7a1342
commit ff4e9616f3

View file

@ -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.