Skip to content

Commit

Permalink
fix: semi
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Oct 11, 2022
1 parent 8120d58 commit d9a971f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/markers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export default class MarkersPlugin {

_createMarkerElement(marker, markerElement) {
let label = marker.label;
let tooltip = marker.tooltip
let tooltip = marker.tooltip;

const el = document.createElement('marker');
el.className = "wavesurfer-marker";
Expand Down

0 comments on commit d9a971f

Please sign in to comment.