added constructor

This commit is contained in:
Lauchmelder 2021-11-27 03:20:55 +01:00
parent 6526241f5e
commit ff9e140f1e

View file

@ -20,7 +20,7 @@ class Geometry extends HTMLElement
constructor()
{
super();
console.log("constructor")
if(!this.hasAttribute("src"))
{
return;