trigger exportannotations

This commit is contained in:
j 2014-01-17 13:51:44 +00:00
parent db05e4b403
commit 819f803c02

View file

@ -630,7 +630,7 @@ Ox.VideoAnnotationPanel = function(options, self) {
} else if (id == 'importAnnotations') {
that.triggerEvent('importannotations');
} else if (id == 'exportAnnotations') {
// ...
that.triggerEvent('exportannotations');
} else if (id == 'keyboard') {
showKeyboardShortcuts();
}