We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c3f1d commit 6b1b7a1Copy full SHA for 6b1b7a1
1 file changed
src/sound/html5/HTML5AudioSoundManager.js
@@ -46,14 +46,6 @@ var HTML5AudioSoundManager = new Class({
46
* @default []
47
*/
48
this.onBlurPausedSounds = [];
49
- /**
50
- * HTML5 Audio streams cannot be loaded unless triggered by explicit user interaction, such as a tap.
51
- * True if the audio system is currently locked awaiting user interaction.
52
- *
53
- * @private
54
- * @property {boolean} touchLocked
55
- */
56
- this.touchLocked = 'ontouchstart' in window;
57
/**
58
* Flag used for indicating when the audio has been unlocked,
59
* if there ever was a need for it.
0 commit comments