Skip to content

Commit cde2b9c

Browse files
Initializing loop property to default value
1 parent 1fa851b commit cde2b9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sound/noaudio/NoAudioSound.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ var NoAudioSound = new Class({
2727
this.rate = 1;
2828
this.detune = 0;
2929
this.seek = 0;
30+
this.loop = false;
3031
}
3132
});
3233
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)