We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba4179 commit bb3aabaCopy full SHA for bb3aaba
1 file changed
utils/editors/html/editors-hdr/v2.0/editors-hdr-v2.0.html
@@ -112,12 +112,7 @@
112
debug('init',obj.version);
113
await mod.auto();
114
115
- //top = mod['top-menu'];
116
-
117
- //top.initmod({ext,$,menu});
118
119
- //await top.init();
120
+ obj['page-source'] = mod['page-source'];
121
122
}//init
123
@@ -129,8 +124,6 @@
129
124
130
125
var shadow = host.shadowRoot;
131
126
132
- //top.initdom(shadow);
133
134
127
$(shadow,'[value=isolate]').onclick = btn.isolate;
135
128
136
0 commit comments