add annotation panel

This commit is contained in:
j 2019-01-23 20:44:59 +05:30
commit 4f3d5f5ee1
9 changed files with 201 additions and 36 deletions

View file

@ -0,0 +1,11 @@
'use strict';
oml.ui.annotationPanel = function() {
var ui = oml.user.ui,
that = Ox.Element().css({
overflowY: 'auto',
});
return that;
};