forked from 0x2620/pandora
typo
This commit is contained in:
parent
1483c13a3c
commit
a8b2812562
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ pandora.ui.clipList = function(videoRatio) {
|
|||
var id = data.ids[0],
|
||||
item = !ui.item ? id.split('/')[0] : ui.item,
|
||||
annotations = that.value(id, 'annotations') || [],
|
||||
annotation = annotations.length ? annotations[0].id : null;
|
||||
annotation = annotations.length ? annotations[0].id : null,
|
||||
points = {
|
||||
annotation: annotation ? annotation.split('/')[1] : '',
|
||||
'in': that.value(id, 'in'),
|
||||
|
|
Loading…
Reference in a new issue