Skip to content

Commit

Permalink
Remove resetCues from reset
Browse files Browse the repository at this point in the history
  • Loading branch information
pajong committed Mar 15, 2019
1 parent 3563fb6 commit 6badb2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/view/controls/components/timeslider.js
Expand Up @@ -176,7 +176,6 @@ class TimeSlider extends Slider {


onPlaylistItem(model, playlistItem) { onPlaylistItem(model, playlistItem) {
this.reset(); this.reset();
this.updateCues(model, model.get('cues'));


const tracks = playlistItem.tracks; const tracks = playlistItem.tracks;
each(tracks, function (track) { each(tracks, function (track) {
Expand Down Expand Up @@ -311,7 +310,6 @@ class TimeSlider extends Slider {


reset() { reset() {
this.resetThumbnails(); this.resetThumbnails();
this.resetCues();
this.timeTip.resetWidth(); this.timeTip.resetWidth();
this.textLength = 0; this.textLength = 0;
} }
Expand Down

0 comments on commit 6badb2c

Please sign in to comment.