From c8135f455618168f0824f778e374c7831ce73f61 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 8 Mar 2013 15:44:41 +0530 Subject: [PATCH] typo --- source/Ox.UI/js/Video/AnnotationPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Video/AnnotationPanel.js b/source/Ox.UI/js/Video/AnnotationPanel.js index 3ff9b68b..336b69fc 100644 --- a/source/Ox.UI/js/Video/AnnotationPanel.js +++ b/source/Ox.UI/js/Video/AnnotationPanel.js @@ -622,7 +622,7 @@ Ox.AnnotationPanel = function(options, self) { } self.options.layers[index].items = items; self.$folders[index].replaceWith( - self.$folders[index] = renderFolder(self.options.layers['index']) + self.$folders[index] = renderFolder(self.options.layers[index]) ); return that; };