From b65c97131420a6688888032daeae241738b0bc9b Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 2 Mar 2013 14:33:53 +0530 Subject: [PATCH] typo --- static/js/pandora/embedTimeline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/embedTimeline.js b/static/js/pandora/embedTimeline.js index 7e4ae99a..eb26e994 100644 --- a/static/js/pandora/embedTimeline.js +++ b/static/js/pandora/embedTimeline.js @@ -21,7 +21,7 @@ pandora.ui.embedTimeline = function() { pandora.api.get({id: ui.item, keys: [ 'duration', 'layers', 'parts', 'rightslevel', 'videoRatio' - ]}, function(result)) { + ]}), function(result) { video = Ox.extend(result.data, pandora.getVideoOptions(result.data));