mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Removed assigning lockedActionsQueue to empty array since it is initialized in constructor
This commit is contained in:
parent
f89a11793f
commit
53b69f036c
1 changed files with 1 additions and 5 deletions
|
@ -156,11 +156,7 @@ var HTML5AudioSoundManager = new Class({
|
|||
{
|
||||
this.locked = 'ontouchstart' in window;
|
||||
|
||||
if(this.locked)
|
||||
{
|
||||
this.lockedActionsQueue = [];
|
||||
}
|
||||
else
|
||||
if(!this.locked)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue