Skip to content

Commit

Permalink
Add the mouseTimeDisplay to the progressControl.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Sep 8, 2015
1 parent 4cbe74b commit 1a0bd97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/js/control-bar/progress-control/progress-control.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*/
import Component from '../../component.js';
import SeekBar from './seek-bar.js';
import MouseTimeDisplay from './mouse-time-display.js';

/**
* The Progress Control component contains the seek bar, load progress,
Expand Down Expand Up @@ -30,7 +31,8 @@ class ProgressControl extends Component {

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

Expand Down

0 comments on commit 1a0bd97

Please sign in to comment.