From 4dfa708d0575698da742f512aec2c6bfbd6959a0 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Thu, 20 Oct 2011 13:32:53 +0000 Subject: [PATCH] populate find in video editor --- source/Ox.UI/js/Video/Ox.VideoEditor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Video/Ox.VideoEditor.js b/source/Ox.UI/js/Video/Ox.VideoEditor.js index 8b18dd86..c180f13f 100644 --- a/source/Ox.UI/js/Video/Ox.VideoEditor.js +++ b/source/Ox.UI/js/Video/Ox.VideoEditor.js @@ -237,10 +237,10 @@ Ox.VideoEditor = function(options, self) { find: self.options.find, getImageURL: self.options.getSmallTimelineImageURL, id: 'timelineSmall', - //matches: self.options.matches, 'in': self.options['in'], out: self.options.out, position: self.options.position, + results: find(self.options.find), showPointMarkers: true, showSubtitles: true, subtitles: self.options.subtitles, @@ -515,6 +515,7 @@ Ox.VideoEditor = function(options, self) { autocompleteSelectSubmit: true, changeOnKeypress: true, placeholder: 'Find...', + value: self.options.find, width: 96 }) .css({float: 'right'})