Skip to content

Commit fdcc489

Browse files
Initializing pauseOnBlur property to true
1 parent 27b2936 commit fdcc489

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
@@ -10,6 +10,7 @@ var NoAudioSoundManager = new Class({
1010
this.volume = 1;
1111
this.rate = 1;
1212
this.detune = 0;
13+
this.pauseOnBlur = true;
1314
}
1415
});
1516
module.exports = NoAudioSoundManager;

0 commit comments

Comments
 (0)