openmedialibrary/static/js/annotationFolder.js
2019-01-24 18:34:06 +05:30

11 lines
198 B
JavaScript

oml.ui.annotationFolder = function() {
var ui = oml.user.ui,
that = Ox.Element().css({
overflowY: 'auto',
overflowX: 'hidden',
});
return that;
};