Skip to content

Commit e76377a

Browse files
Initializing currentMarker property to null
1 parent 6a207de commit e76377a

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
@@ -29,6 +29,7 @@ var NoAudioSound = new Class({
2929
this.seek = 0;
3030
this.loop = false;
3131
this.markers = {};
32+
this.currentMarker = null;
3233
}
3334
});
3435
module.exports = NoAudioSound;

0 commit comments

Comments
 (0)