openmedialibrary/static/js/annotationFolder.js

12 lines
198 B
JavaScript

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