1
0
Fork 0
forked from 0x2620/oxjs

video widgets: add support for multiple audio and subtitles tracks (first pass)

This commit is contained in:
rlx 2014-07-24 19:14:34 +02:00 committed by j
commit 00e6367ca9
5 changed files with 248 additions and 236 deletions

View file

@ -38,7 +38,7 @@ Ox.VideoPlayerMenu = function(options, self) {
});
self.$items = [];
self.height = 0;
self.height = 2;
self.options.items.forEach(function(item) {
var $item;