1
0
Fork 0
forked from 0x2620/oxjs

update list of users on edit annotation (fixes #382)

This commit is contained in:
rlx 2012-02-19 08:59:27 +00:00
commit 9558070d8f
2 changed files with 101 additions and 79 deletions

View file

@ -192,7 +192,7 @@ Ox.VideoEditor = function(options, self) {
self.results = [];
self.words = getWords();
Ox.print('VIDEO EDITOR OPTIONS', self.options)
//Ox.print('VIDEO EDITOR OPTIONS', self.options)
self.$editor = Ox.Element()
.addClass('OxVideoEditor')
@ -997,6 +997,7 @@ Ox.VideoEditor = function(options, self) {
self.options.find && submitFindInput(self.options.find);
self.editing = false;
setTimelineState();
self.$annotationPanel.removeItem();
that.triggerEvent('removeannotation', data);
}