зеркало из https://github.com/mozilla/gecko-dev.git
Bug 865407 - Part 7: Update vtt.js to latest version. r=rillan
We now call WebVTTParser.processCues() on the vtt.jsm module in order to get the computed divs of the cues.
This commit is contained in:
Родитель
24e05f92e9
Коммит
02310aad44
|
@ -52,7 +52,7 @@ WebVTTParserWrapper.prototype =
|
|||
|
||||
processCues: function(window, cues, overlay)
|
||||
{
|
||||
// TODO: Call prcoess cues on vtt.js
|
||||
WebVTTParser.processCues(window, cues, null, overlay);
|
||||
},
|
||||
|
||||
classDescription: "Wrapper for the JS WebVTTParser (vtt.js)",
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче