This commit is contained in:
Albin Larsson 2018-05-13 19:58:23 +02:00
parent 0109454a34
commit c9298fde76

View File

@ -55,7 +55,7 @@ const ui = {
// Remove native controls
ui.toggleNativeControls.call(this);
// Setup captions for html5
// Setup captions for HTML5
if (this.isHTML5) {
captions.setup.call(this);
}