Skip to content

Commit

Permalink
Update progress-control.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jberns88 committed Dec 17, 2013
1 parent b1f9450 commit ec1bea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/control-bar/progress-control.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ vjs.SeekHandle.prototype.defaultValue = '00:00';
/** @inheritDoc */
vjs.SeekHandle.prototype.createEl = function() {
return this.content = vjs.SliderHandle.prototype.createEl.call(this, 'div', {
className: 'vjs-seek-handle',
className: 'vjs-seek-handle'
});
};

Expand Down

0 comments on commit ec1bea4

Please sign in to comment.