typos
This commit is contained in:
parent
0fd0f69afe
commit
dc51946fee
2 changed files with 6 additions and 5 deletions
|
@ -5,6 +5,7 @@ class Panel extends UI {
|
|||
super(document.createElement("div"), width, height);
|
||||
|
||||
this._hidden = true;
|
||||
this.element.classList.add("panel");
|
||||
this.element.classList.add("shadow");
|
||||
this.element.classList.add("hidden");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue