Skip to content

Commit

Permalink
Make the mouse time display show up behind the currentTime display
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Sep 10, 2015
1 parent d048a98 commit 90f3503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/control-bar/progress-control/progress-control.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class ProgressControl extends Component {

ProgressControl.prototype.options_ = {
children: {
'seekBar': {},
'mouseTimeDisplay': {}
'mouseTimeDisplay': {},
'seekBar': {}
}
};

Expand Down

0 comments on commit 90f3503

Please sign in to comment.