Initializing loop property to default value

This commit is contained in:
Pavle Goloskokovic 2018-01-20 21:09:08 +01:00
parent 1fa851b0e8
commit cde2b9c080

View file

@ -27,6 +27,7 @@ var NoAudioSound = new Class({
this.rate = 1;
this.detune = 0;
this.seek = 0;
this.loop = false;
}
});
module.exports = NoAudioSound;