We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a3be0 commit 4399b32Copy full SHA for 4399b32
1 file changed
utils/misc/html/misc-hdr/v2.0/misc-hdr-v2.0.html
@@ -173,7 +173,8 @@
173
174
help = mod['help-file'];
175
176
- await mod.auto();
+ help.initmod(mod.base);
177
+ await help.init();
178
179
console.log($(host.shadowRoot,'[slot=help]'));
180
@@ -187,6 +188,8 @@
187
188
189
shadow = host.shadowRoot;
190
191
+ await help.initdom();
192
+
193
set.filename();
194
195
var v = 'v1.0';
0 commit comments