Skip to content

Commit

Permalink
Fixed cue events demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Feb 29, 2024
1 parent 701b102 commit 8e65549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/cue-events.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ <h2>Points</h2>
console.log('segments.enter', event);
});

peaksInstance.on('segments.exit', function(segment) {
peaksInstance.on('segments.exit', function(event) {
console.log('segments.exit', event);
});
});
Expand Down

0 comments on commit 8e65549

Please sign in to comment.