mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +00:00
Removed setting unlocked property
This commit is contained in:
parent
1dc28e1119
commit
732cb5592a
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ var NoAudioSoundManager = new Class({
|
|||
this.detune = 0;
|
||||
this.pauseOnBlur = true;
|
||||
this.locked = false;
|
||||
this.unlocked = false;
|
||||
},
|
||||
add: function (key, config) {
|
||||
var sound = new NoAudioSound(this, key, config);
|
||||
|
|
Loading…
Reference in a new issue