1
0
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:
Tsachi Shlidor 2023-12-21 18:12:59 +02:00 committed by GitHub
parent d2dc5b9056
commit af0fca3623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,8 @@ class SkipForward extends Button {
}
}
SkipForward.prototype.controlText_ = 'Skip Forward';
Component.registerComponent('SkipForward', SkipForward);
export default SkipForward;