Skip to content

Commit f1aea49

Browse files
Initializing unlocked property to false
1 parent a1fa271 commit f1aea49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sound/noaudio/NoAudioSoundManager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ var NoAudioSoundManager = new Class({
1212
this.detune = 0;
1313
this.pauseOnBlur = true;
1414
this.locked = false;
15+
this.unlocked = false;
1516
}
1617
});
1718
module.exports = NoAudioSoundManager;

0 commit comments

Comments
 (0)