Skip to content

Commit 732cb55

Browse files
Removed setting unlocked property
1 parent 1dc28e1 commit 732cb55

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/sound/noaudio/NoAudioSoundManager.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ var NoAudioSoundManager = new Class({
1515
this.detune = 0;
1616
this.pauseOnBlur = true;
1717
this.locked = false;
18-
this.unlocked = false;
1918
},
2019
add: function (key, config) {
2120
var sound = new NoAudioSound(this, key, config);

0 commit comments

Comments
 (0)