export annotations
This commit is contained in:
parent
9c765bf863
commit
fbcbc2ab7b
4 changed files with 82 additions and 2 deletions
|
|
@ -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();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue