Added comments and minor refactoring

This commit is contained in:
2019-03-14 10:30:22 +01:00
parent 434cdb35a0
commit 4f5eee6705
12 changed files with 38 additions and 16 deletions

View File

@@ -1,5 +1,9 @@
let RowObjectsSourceBase = pillar.vuecomponents.table.rows.RowObjectsSourceBase;
/**
* Base for all attract tables. Listens to events on create/delete events and keeps the the source up to date
* accordingly.
*/
class AttractRowsSourceBase extends RowObjectsSourceBase {
constructor(projectId, node_type, rowClass) {
super(projectId);