1
0
Fork 0
forked from 0x2620/oxjs

trigger exportannotations

This commit is contained in:
j 2014-01-17 13:51:44 +00:00
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();
}