Skip to content

Commit

Permalink
fix: Fix a typo in current time display component. (#4647)
Browse files Browse the repository at this point in the history
  • Loading branch information
misteroneill committed Oct 4, 2017
1 parent 8878acc commit 4658c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/control-bar/time-controls/current-time-display.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class CurrentTimeDisplay extends TimeDisplay {
if (!this.player_.duration()) {
return;
}
this.updateFormattedTime_(this.player.duration());
this.updateFormattedTime_(this.player_.duration());
}

}
Expand Down

0 comments on commit 4658c7b

Please sign in to comment.