Skip to content

Commit 53b69f0

Browse files
Removed assigning lockedActionsQueue to empty array since it is initialized in constructor
1 parent f89a117 commit 53b69f0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/sound/html5/HTML5AudioSoundManager.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,7 @@ var HTML5AudioSoundManager = new Class({
156156
{
157157
this.locked = 'ontouchstart' in window;
158158

159-
if(this.locked)
160-
{
161-
this.lockedActionsQueue = [];
162-
}
163-
else
159+
if(!this.locked)
164160
{
165161
return;
166162
}

0 commit comments

Comments
 (0)