Initializing pauseOnBlur property to true

This commit is contained in:
Pavle Goloskokovic 2018-01-20 20:01:26 +01:00
parent 27b2936ce6
commit fdcc4898cc

View file

@ -10,6 +10,7 @@ var NoAudioSoundManager = new Class({
this.volume = 1;
this.rate = 1;
this.detune = 0;
this.pauseOnBlur = true;
}
});
module.exports = NoAudioSoundManager;