playcanvas / pcui

UI component library for web-based tools
http://playcanvas.github.io/pcui
MIT License
664 stars 62 forks source link

Move property initialization out of constructors #275

Closed willeastcott closed 1 year ago

willeastcott commented 1 year ago

Small refactor to bump class property initialization from the constructor up to where the property is declared. This is more succinct and normally means you can drop the type if the value is a literal.