diff --git a/source/Ox.UI/js/Video/AnnotationFolder.js b/source/Ox.UI/js/Video/AnnotationFolder.js index 27316175..9d76852e 100644 --- a/source/Ox.UI/js/Video/AnnotationFolder.js +++ b/source/Ox.UI/js/Video/AnnotationFolder.js @@ -215,8 +215,8 @@ Ox.AnnotationFolder = function(options, self) { height: self.widgetSize + 'px' }) .bindEvent({ - // FIXME: should be select, not selectplace - selectplace: function(data) { + // FIXME: duplicated! + select: function(data) { if ( !data.id && self.options.selected && isDefined(Ox.getObjectById(self.options.items, self.options.selected))