add renderAnnotation method

This commit is contained in:
rlx 2019-02-04 14:23:42 +05:30
commit ef2b56e0a9
4 changed files with 30 additions and 19 deletions

View file

@ -1,10 +1,9 @@
oml.ui.annotationFolder = function() {
var ui = oml.user.ui,
that = Ox.Element().addClass('OxAnnotationFolder').css({
overflowY: 'auto',
overflowX: 'hidden',
});
var that = Ox.Element().addClass('OxAnnotationFolder').css({
overflowY: 'auto',
overflowX: 'hidden',
});
return that;