This commit is contained in:
Sam Potts
2019-06-21 00:10:57 +10:00
parent e8e2b8ba39
commit c4b3e0672e
20 changed files with 125 additions and 304 deletions
+2 -3
View File
@@ -19037,10 +19037,9 @@ typeof navigator === "object" && (function () {
meta.set(track, {
default: track.mode === 'showing'
}); // Turn off native caption rendering to avoid double captions
// eslint-disable-next-line no-param-reassign
Object.assign(track, {
mode: 'hidden'
}); // Add event listener for cue changes
track.mode = 'hidden'; // Add event listener for cue changes
on.call(_this, track, 'cuechange', function () {
return captions.updateCues.call(_this);
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long