Initializing rate property to 0

This commit is contained in:
Pavle Goloskokovic 2018-01-20 20:01:09 +01:00
parent 526fe77106
commit 27b2936ce6

View file

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