From d30cda0cfdc0e078f1c4b5597e7e9b02f931b02c Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Sat, 30 Jun 2012 14:59:52 +0000 Subject: [PATCH] bind to 'select', not 'selectplace' --- source/Ox.UI/js/Video/AnnotationFolder.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))