video editor: highlight-as-you-type (fixes #395)

This commit is contained in:
rlx 2012-02-16 12:46:57 +00:00
parent 73bd672b15
commit 658fca3c76

View file

@ -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) {