mirror of
https://github.com/videojs/video.js.git
synced 2025-03-17 21:18:27 +02:00
chore(text-track): fix it's/its typo (#5868)
This commit is contained in:
parent
32a43d18cb
commit
92c66ad77e
@ -184,7 +184,7 @@ class TextTrack extends Track {
|
||||
const timeupdateHandler = Fn.bind(this, function() {
|
||||
|
||||
// Accessing this.activeCues for the side-effects of updating itself
|
||||
// due to it's nature as a getter function. Do not remove or cues will
|
||||
// due to its nature as a getter function. Do not remove or cues will
|
||||
// stop updating!
|
||||
// Use the setter to prevent deletion from uglify (pure_getters rule)
|
||||
this.activeCues = this.activeCues;
|
||||
|
Loading…
x
Reference in New Issue
Block a user