Skip to content

Commit 923ac40

Browse files
No need for resetting lockedActionsQueue
1 parent 53b69f0 commit 923ac40

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/sound/html5/HTML5AudioSoundManager.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,6 @@ var HTML5AudioSoundManager = new Class({
247247
}
248248
});
249249

250-
this.lockedActionsQueue.length = 0;
251-
this.lockedActionsQueue = null;
252-
253250
}, this);
254251

255252
document.body.addEventListener('touchmove', detectMove, false);

0 commit comments

Comments
 (0)