diff --git a/static/js/item.js b/static/js/item.js index 929b37944..b158be028 100644 --- a/static/js/item.js +++ b/static/js/item.js @@ -39,7 +39,7 @@ pandora.ui.item = function() { } }) if (!Ox.isEmpty(set)) { - pandora.UI.set('videoPoints.' + item, Ox.extend(videoPoints[point], set[point])) + pandora.UI.set('videoPoints.' + item, Ox.extend(videoPoints, set)) } }