openmedialibrary/static/js/annotationFolder.js

12 lines
198 B
JavaScript
Raw Normal View History

2019-01-24 07:22:40 +00:00
oml.ui.annotationFolder = function() {
var ui = oml.user.ui,
that = Ox.Element().css({
overflowY: 'auto',
2019-01-24 13:04:06 +00:00
overflowX: 'hidden',
2019-01-24 07:22:40 +00:00
});
return that;
2019-01-24 13:04:06 +00:00
};