From fb12faad71f554db5b8e0ab5f8460549cf4d41ea Mon Sep 17 00:00:00 2001 From: Rodolphe Breton Date: Thu, 30 Nov 2023 13:43:24 +0100 Subject: [PATCH] Fixed parameter type --- lib/text/ui_text_displayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/text/ui_text_displayer.js b/lib/text/ui_text_displayer.js index 47445a7f35..3044acd817 100644 --- a/lib/text/ui_text_displayer.js +++ b/lib/text/ui_text_displayer.js @@ -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) {