forked from 0x2620/pandora
pass tooltip option
This commit is contained in:
parent
7a2851368e
commit
d80da1344a
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ pandora.ui.videoPreview = function(data) {
|
|||
position: data.position,
|
||||
scaleToFill: true,
|
||||
timeline: '/' + data.id + '/timeline16p.jpg',
|
||||
tooltip: data.tooltip,
|
||||
width: data.width
|
||||
});
|
||||
return that;
|
||||
|
|
Loading…
Reference in a new issue