trigger exportannotations
This commit is contained in:
parent
db05e4b403
commit
819f803c02
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ Ox.VideoAnnotationPanel = function(options, self) {
|
||||||
} else if (id == 'importAnnotations') {
|
} else if (id == 'importAnnotations') {
|
||||||
that.triggerEvent('importannotations');
|
that.triggerEvent('importannotations');
|
||||||
} else if (id == 'exportAnnotations') {
|
} else if (id == 'exportAnnotations') {
|
||||||
// ...
|
that.triggerEvent('exportannotations');
|
||||||
} else if (id == 'keyboard') {
|
} else if (id == 'keyboard') {
|
||||||
showKeyboardShortcuts();
|
showKeyboardShortcuts();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue