mirror of
https://github.com/videojs/video.js.git
synced 2024-11-28 08:58:46 +02:00
fix(skip-forward): a11y (#8532)
This commit is contained in:
parent
d2dc5b9056
commit
af0fca3623
@ -73,6 +73,8 @@ class SkipForward extends Button {
|
||||
}
|
||||
}
|
||||
|
||||
SkipForward.prototype.controlText_ = 'Skip Forward';
|
||||
|
||||
Component.registerComponent('SkipForward', SkipForward);
|
||||
|
||||
export default SkipForward;
|
||||
|
Loading…
Reference in New Issue
Block a user