Remove commented code
This commit is contained in:
parent
9d48794b83
commit
30664b3fb3
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ export class RipCryptIcon extends StyledShadowElement(HTMLElement) {
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
// this._shadow = this.attachShadow({ mode: `open`, delegatesFocus: true });
|
|
||||||
|
|
||||||
this.#container = document.createElement(`div`);
|
this.#container = document.createElement(`div`);
|
||||||
this._shadow.appendChild(this.#container);
|
this._shadow.appendChild(this.#container);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue