export annotations

This commit is contained in:
j 2019-02-01 14:49:43 +05:30
commit fbcbc2ab7b
4 changed files with 82 additions and 2 deletions

View file

@ -143,6 +143,8 @@ oml.ui.viewer = function() {
that.postMessage = function(event, data) {
$iframe && $iframe.postMessage(event, data)
};
that.getAnnotations = function() {
return annotations;
}
return that.updateElement();
};