mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-29 07:01:35 +00:00
Remove helper comments
This commit is contained in:
@@ -22,7 +22,6 @@ class JobResultList extends ResourceList {
|
||||
});
|
||||
}
|
||||
|
||||
// #region Mandatory getters and methods to implement
|
||||
get item() {
|
||||
return `
|
||||
<tr class="clickable hoverable">
|
||||
@@ -68,9 +67,7 @@ class JobResultList extends ResourceList {
|
||||
<ul class="pagination"></ul>
|
||||
`.trim();
|
||||
}
|
||||
// #endregion
|
||||
|
||||
// #region Optional methods to implement
|
||||
|
||||
mapResourceToValue(jobResult) {
|
||||
return {
|
||||
'id': jobResult.id,
|
||||
@@ -83,7 +80,6 @@ class JobResultList extends ResourceList {
|
||||
sort() {
|
||||
this.listjs.sort('filename', {order: 'asc'});
|
||||
}
|
||||
// #endregion
|
||||
|
||||
onClick(event) {
|
||||
let jobResultElement = event.target.closest('tr');
|
||||
|
Reference in New Issue
Block a user