1
0
Fork 0
forked from 0x2620/oxjs

load SmallVideoTimelineImage overlay async and update in BlockVideoTimeline once loaded

This commit is contained in:
j 2014-02-03 07:27:00 +00:00
commit fbffadd4e5
2 changed files with 44 additions and 34 deletions

View file

@ -160,6 +160,8 @@ Ox.BlockVideoTimeline = function(options, self) {
subtitles: Ox.clone(self.options.subtitles, true),
type: self.options.type,
width: Math.round(self.options.duration)
}).bindEvent({
loaded: updateTimelines
});
}