Fix web lint issues

This commit is contained in:
Jaime Baez
2022-09-08 17:30:49 +02:00
parent 6725954b70
commit 4f7a3afbfc
40 changed files with 122 additions and 121 deletions

View File

@@ -16,17 +16,17 @@ export class AssetGridState {
* The total height of the timeline in pixel
* This value is first estimated by the number of asset and later is corrected as the user scroll
*/
timelineHeight: number = 0;
timelineHeight = 0;
/**
* The fixed viewport height in pixel
*/
viewportHeight: number = 0;
viewportHeight = 0;
/**
* The fixed viewport width in pixel
*/
viewportWidth: number = 0;
viewportWidth = 0;
/**
* List of bucket information