From 8c9b613ea2cedf49071e7f8f6596e9a0559c0b94 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 23 Sep 2011 11:27:13 +0000 Subject: [PATCH] typo --- static/js/pandora/ui/videoPreview.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/pandora/ui/videoPreview.js b/static/js/pandora/ui/videoPreview.js index 35ce372c..a4d25be6 100644 --- a/static/js/pandora/ui/videoPreview.js +++ b/static/js/pandora/ui/videoPreview.js @@ -31,10 +31,10 @@ pandora.ui.videoPreview = function(data) { 'videoPoints.' + data.id, {'in': 0, out: 0, position: event.position} ); - pandora.UI.set( + pandora.UI.set({ item: data.id, itemView: pandora.user.ui.videoView - ); + }); } } });