Initializing rate property to default value

This commit is contained in:
Pavle Goloskokovic 2018-01-20 21:08:21 +01:00
parent e6477b0e40
commit fc46d8d4d0

View file

@ -24,6 +24,7 @@ var NoAudioSound = new Class({
this.currentConfig = this.config;
this.mute = false;
this.volume = 1;
this.rate = 1;
}
});
module.exports = NoAudioSound;