Skip to content

Commit ce48339

Browse files
temp4422bsmth
andauthoredNov 22, 2023
Fix uppercase PopupInfo class name (#63)
Co-authored-by: Brian Thomas Smith <brian@smith.berlin>
1 parent f7379e3 commit ce48339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎popup-info-box-external-stylesheet/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Create a class for the element
2-
class PopUpInfo extends HTMLElement {
2+
class PopupInfo extends HTMLElement {
33
constructor() {
44
// Always call super first in constructor
55
super();
@@ -50,4 +50,4 @@ class PopUpInfo extends HTMLElement {
5050
}
5151

5252
// Define the new element
53-
customElements.define("popup-info", PopUpInfo);
53+
customElements.define("popup-info", PopupInfo);

0 commit comments

Comments
 (0)