Skip to content

Commit 68d980c

Browse files
save file
1 parent 8fd2bc4 commit 68d980c

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

html-components/html-components-list/html-components-list.html

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
var df=true,did='html'
3535
;
3636

37-
var ext,$,datatype,keydown,menumod
37+
var ext,$,datatype,keydown,menumod,debug
3838
;
3939

4040
var menu;
@@ -53,16 +53,23 @@
5353
}//init
5454

5555

56-
(()=>{
56+
(async()=>{
57+
58+
mod.stack.add;
59+
60+
({ext} = await import('https://libs.ext-code.com/js/io/ext-loader/ext-loader.m.js'));
61+
62+
var promise = ext.load.libs(
63+
'js/dom/$.js',
64+
'js/core/datatype.js',
65+
'js/dom/menumod/menumod.js',
66+
'js/dom/keydown/keydown.js',
67+
'js/debug/debug.js',
68+
);
69+
[$,datatype,menumod,keydown,debug] = await promise;
5770

58-
mod.stack.add;
59-
60-
({ext} = await import('https://libs.ext-code.com/');
61-
62-
[$,datatype,keydown,menumod] = await ext.load.libs('');
63-
64-
mod.stack.complete;
65-
71+
mod.stack.complete;
72+
6673
})();
6774

6875
</script>

0 commit comments

Comments
 (0)