From 7eb8cf66c6f3135b0ef34d5309027e0c24976061 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 9 Mar 2013 18:32:30 +0530 Subject: [PATCH] fix a bug in annotation panel --- source/Ox.UI/js/Video/AnnotationPanel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/js/Video/AnnotationPanel.js b/source/Ox.UI/js/Video/AnnotationPanel.js index 336b69fc..ccae218c 100644 --- a/source/Ox.UI/js/Video/AnnotationPanel.js +++ b/source/Ox.UI/js/Video/AnnotationPanel.js @@ -621,8 +621,8 @@ Ox.AnnotationPanel = function(options, self) { $folder.blurItem(); } self.options.layers[index].items = items; - self.$folders[index].replaceWith( - self.$folders[index] = renderFolder(self.options.layers[index]) + self.$folder[index].replaceWith( + self.$folder[index] = renderFolder(self.options.layers[index]) ); return that; };