Skip to content

Commit a2e020e

Browse files
committed
Remove a empty constructor
1 parent 03d0c3d commit a2e020e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
class DetailsMenuElement extends HTMLElement {
2-
constructor() {
3-
super()
4-
}
5-
62
get preload(): boolean {
73
return this.hasAttribute('preload')
84
}

0 commit comments

Comments
 (0)