mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-04 11:43:18 +00:00
Remove helper comments
This commit is contained in:
@ -30,7 +30,6 @@ class SpaCyNLPPipelineModelList extends ResourceList {
|
||||
});
|
||||
}
|
||||
|
||||
// #region Mandatory getters and methods to implement
|
||||
get item() {
|
||||
return `
|
||||
<tr class="clickable hoverable">
|
||||
@ -95,9 +94,7 @@ class SpaCyNLPPipelineModelList extends ResourceList {
|
||||
<ul class="pagination"></ul>
|
||||
`.trim();
|
||||
}
|
||||
// #endregion
|
||||
|
||||
// #region Optional methods to implement
|
||||
|
||||
mapResourceToValue(spaCyNLPPipelineModel) {
|
||||
return {
|
||||
'id': spaCyNLPPipelineModel.id,
|
||||
@ -118,7 +115,6 @@ class SpaCyNLPPipelineModelList extends ResourceList {
|
||||
sort() {
|
||||
this.listjs.sort('creation-date', {order: 'desc'});
|
||||
}
|
||||
// #endregion
|
||||
|
||||
onChange(event) {
|
||||
let actionSwitchElement = event.target.closest('.action-switch');
|
||||
|
Reference in New Issue
Block a user