diff --git a/source/Ox.UI/js/Video/Ox.AnnotationPanel.js b/source/Ox.UI/js/Video/Ox.AnnotationPanel.js index e1e9dd08..199a1fb9 100644 --- a/source/Ox.UI/js/Video/Ox.AnnotationPanel.js +++ b/source/Ox.UI/js/Video/Ox.AnnotationPanel.js @@ -78,12 +78,7 @@ Ox.AnnotationPanel = function(options, self) { .addClass('OxAnnotation OxTarget'); return $item; }, - items: self.options.items.map(function(v, i) { - return { - id: v.id || i + '', - value: v.value - }; - }), + items: self.options.items, max: 1, unique: 'id' })