This commit is contained in:
rolux 2011-09-23 11:27:13 +00:00
parent a09813bc28
commit 8c9b613ea2

View file

@ -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
); });
} }
} }
}); });