10 lines
No EOL
164 B
JavaScript
10 lines
No EOL
164 B
JavaScript
oml.ui.annotationFolder = function() {
|
|
|
|
var ui = oml.user.ui,
|
|
that = Ox.Element().css({
|
|
overflowY: 'auto',
|
|
});
|
|
|
|
return that;
|
|
|
|
}; |