Skip to content

Commit a1fa271

Browse files
Initializing locked property to false
1 parent fdcc489 commit a1fa271

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
@@ -11,6 +11,7 @@ var NoAudioSoundManager = new Class({
1111
this.rate = 1;
1212
this.detune = 0;
1313
this.pauseOnBlur = true;
14+
this.locked = false;
1415
}
1516
});
1617
module.exports = NoAudioSoundManager;

0 commit comments

Comments
 (0)