white space clean up

This commit is contained in:
2019-04-04 10:44:43 +02:00
parent de40b4b2b6
commit ccc78af742
4 changed files with 7 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ class ColumnState{
class ComponentState {
/**
* Serializable state of this component.
*
*
* @param {Array} selected The columns that should be visible
*/
constructor(selected) {
@@ -55,7 +55,7 @@ class ComponentState {
/**
* Component to select what columns to render in the table.
*
*
* @emits visibleColumnsChanged(columns) When visible columns has changed
* @emits componentStateChanged(newState) When column filter state changed.
*/