Skip to content

Commit

Permalink
Fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
luckygoyal-bitmovin committed Mar 27, 2024
1 parent c75e802 commit afded5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/components/seekbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ export class SeekBar extends Component<SeekBarConfig> {
const timelineMarkerConfig = {
cssPrefix: this.config.cssPrefix,
snappingRange: this.config.snappingRange,
shouldSeekToMarkerStartPosition: this.config.shouldSeekToMarkerStartPosition
shouldSeekToMarkerStartPosition: this.config.shouldSeekToMarkerStartPosition,
};
this.timelineMarkersHandler = new TimelineMarkersHandler(timelineMarkerConfig, () => this.seekBar.width(), this.seekBarMarkersContainer);
this.timelineMarkersHandler.initialize(player, uimanager);
Expand Down

0 comments on commit afded5f

Please sign in to comment.