vaadin / vaadin-board

Web Component for creating flexible responsive layouts and building nice looking dashboards.
https://vaadin.com/components/vaadin-board
Other
17 stars 11 forks source link

refactor: only run license checker when needed #125

Closed web-padawan closed 4 years ago

web-padawan commented 4 years ago

Connected to vaadin/components-team-tasks#492

This PR makes sure the license checker is only called when the component is created. The static _finalizeClass method is needed to ensure we call it once per class.


This change is Reviewable