add annotation panel
This commit is contained in:
parent
3edf3846a5
commit
4f3d5f5ee1
9 changed files with 201 additions and 36 deletions
11
static/js/annotationPanel.js
Normal file
11
static/js/annotationPanel.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
'use strict';
|
||||
|
||||
oml.ui.annotationPanel = function() {
|
||||
|
||||
var ui = oml.user.ui,
|
||||
that = Ox.Element().css({
|
||||
overflowY: 'auto',
|
||||
});
|
||||
|
||||
return that;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue