Skip to content

Commit 6b1b7a1

Browse files
Removed touchLocked property form HTML5AudioSoundManager class
1 parent c6c3f1d commit 6b1b7a1

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/sound/html5/HTML5AudioSoundManager.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ var HTML5AudioSoundManager = new Class({
4646
* @default []
4747
*/
4848
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;
5749
/**
5850
* Flag used for indicating when the audio has been unlocked,
5951
* if there ever was a need for it.

0 commit comments

Comments
 (0)