Skip to content

Commit

Permalink
Fixed parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodolphe Breton committed Nov 30, 2023
1 parent 4d30d1b commit fb12faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/text/ui_text_displayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ shaka.text.UITextDisplayer = class {
* Compute cue position in case position is 'auto' or null
* See https://www.w3.org/TR/webvtt1/#webvtt-cue-position
*
* @param {!shaka.extern.Cue} cue
* @param {!shaka.text.Cue} cue
* @private
*/
computeCuePosition_(cue) {
Expand Down

0 comments on commit fb12faa

Please sign in to comment.