Initializing mute property to default value

This commit is contained in:
Pavle Goloskokovic 2018-01-20 21:07:54 +01:00
parent cd070ac282
commit 5f58588903

View file

@ -22,6 +22,7 @@ var NoAudioSound = new Class({
delay: 0
}, config);
this.currentConfig = this.config;
this.mute = false;
}
});
module.exports = NoAudioSound;