From 2bd8c8d13fd653162721b37b443ef556108c2bb9 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Thu, 16 Feb 2012 11:56:20 +0000 Subject: [PATCH] commiting unsaved changes --- source/Ox.UI/js/Video/Ox.AnnotationFolder.js | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Ox.UI/js/Video/Ox.AnnotationFolder.js b/source/Ox.UI/js/Video/Ox.AnnotationFolder.js index a0bac506..fa99a395 100644 --- a/source/Ox.UI/js/Video/Ox.AnnotationFolder.js +++ b/source/Ox.UI/js/Video/Ox.AnnotationFolder.js @@ -524,7 +524,6 @@ Ox.AnnotationFolder = function(options, self) { self.editing = false; } if (value && self.options.collapsed) { - //self.$panel.options({collapsed: false}); toggleLayer(); } self.$annotations.options({selected: value});