From 658fca3c768e44f2b3ad820c6ddad6d29fdf31c5 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Thu, 16 Feb 2012 12:46:57 +0000 Subject: [PATCH] video editor: highlight-as-you-type (fixes #395) --- source/Ox.UI/js/Video/Ox.VideoEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Video/Ox.VideoEditor.js b/source/Ox.UI/js/Video/Ox.VideoEditor.js index 2efa597b..0419490e 100644 --- a/source/Ox.UI/js/Video/Ox.VideoEditor.js +++ b/source/Ox.UI/js/Video/Ox.VideoEditor.js @@ -1210,8 +1210,8 @@ Ox.VideoEditor = function(options, self) { } else { self.$findInput.focusInput(true); } - self.$annotationPanel.options({highlight: self.options.find}); } + self.$annotationPanel.options({highlight: self.options.find}); } function toggleAnnotations(data) {