Removed setting unlocked property

This commit is contained in:
Pavle Goloskokovic 2018-01-20 20:35:34 +01:00
parent 1dc28e1119
commit 732cb5592a

View file

@ -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);