playcanvas / pcui

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

Remove `Canvas#dom` #210

Closed willeastcott closed 1 year ago

willeastcott commented 1 year ago

The Canvas class needlessly redefines the dom accessor. It's already defined in the base Element class. This PR removes it.