Cleanup: add missing trailing comma
This comma isn't strictly necessary, but makes the diff cleaner when adding new functions.
This commit is contained in:
parent
60836c77e0
commit
339aafc1e4
@ -190,7 +190,7 @@ export default {
|
|||||||
|
|
||||||
let tableHeight = jobDetailsColumn.clientHeight - taskListTable.offsetTop;
|
let tableHeight = jobDetailsColumn.clientHeight - taskListTable.offsetTop;
|
||||||
this.tabulator.setHeight(tableHeight);
|
this.tabulator.setHeight(tableHeight);
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user