Skip to content

Commit 6a207de

Browse files
Initializing markers property to an empty object
1 parent cde2b9c commit 6a207de

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
@@ -28,6 +28,7 @@ var NoAudioSound = new Class({
2828
this.detune = 0;
2929
this.seek = 0;
3030
this.loop = false;
31+
this.markers = {};
3132
}
3233
});
3334
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)