From ecdf80a31d50bd794db511733bc46eb4dfa94326 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Wed, 24 Sep 2014 20:18:58 +0200 Subject: [PATCH] that. -> self. --- source/Ox.UI/js/Video/AnnotationFolder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Video/AnnotationFolder.js b/source/Ox.UI/js/Video/AnnotationFolder.js index a4338dff..c12c219f 100644 --- a/source/Ox.UI/js/Video/AnnotationFolder.js +++ b/source/Ox.UI/js/Video/AnnotationFolder.js @@ -161,7 +161,7 @@ Ox.AnnotationFolder = function(options, self) { }); that.setElement(self.$panel); - that.$content = that.$element.$content; + that.$content = self.$panel.$content; if (self.widget) { self.widgetSize = self.options.showWidget * self.options.widgetSize;