Skip to content

Commit ec4d2ac

Browse files
save file
1 parent 3506c37 commit ec4d2ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

html-components/html/html-components-hdr/v2.0/html-components-hdr-v2.0.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@
9090

9191
obj.init = async function(){
9292

93-
//top = mod['top-menu']
93+
top = mod['top-menu']
9494

95-
//top.initmod({$,menu});
95+
top.initmod({$,menu});
9696

97-
//await top.init();
97+
await top.init();
9898

9999

100100
}//init
@@ -107,7 +107,7 @@
107107

108108
var shadow = host.shadowRoot;
109109

110-
//top.initdom(shadow);
110+
top.initdom(shadow);
111111

112112

113113
}//initdom

0 commit comments

Comments
 (0)