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