forked from 0x2620/pandora
typo
This commit is contained in:
commit
3a5f49af05
1 changed files with 2 additions and 2 deletions
|
@ -31,10 +31,10 @@ pandora.ui.videoPreview = function(data) {
|
||||||
'videoPoints.' + data.id,
|
'videoPoints.' + data.id,
|
||||||
{'in': 0, out: 0, position: event.position}
|
{'in': 0, out: 0, position: event.position}
|
||||||
);
|
);
|
||||||
pandora.UI.set(
|
pandora.UI.set({
|
||||||
item: data.id,
|
item: data.id,
|
||||||
itemView: pandora.user.ui.videoView
|
itemView: pandora.user.ui.videoView
|
||||||
);
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue