update embed panel

This commit is contained in:
rolux 2013-02-21 13:43:37 +05:30
parent 2db7062770
commit 6f823374aa

View file

@ -118,6 +118,11 @@ pandora.ui.embedPanel = function() {
options.showTimeline && $timeline.options({
subtitles: data.subtitles ? video.subtitles : []
});
},
timeline: function(data) {
options.showTimeline && $timeline.options({
type: data.timeline
});
}
});