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:
Rick Eyre 2013-12-17 10:36:26 -05:00
Родитель 24e05f92e9
Коммит 02310aad44
2 изменённых файлов: 637 добавлений и 184 удалений

Просмотреть файл

@ -52,7 +52,7 @@ WebVTTParserWrapper.prototype =
processCues: function(window, cues, overlay) 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)", classDescription: "Wrapper for the JS WebVTTParser (vtt.js)",

Разница между файлами не показана из-за своего большого размера Загрузить разницу