Skip to content

Commit 97f959b

Browse files
save file
1 parent 5da1b4a commit 97f959b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html-components/ex/web-editor-demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<head>
33
<script src='https://libs.ext-code.com/js/dom/component/component.js'></script>
44
<script>
5-
var editor;
65

76
async function init(){
87

9-
editor = mod['web-editor'];
8+
var editor = mod['web-editor'];
109
editor.initmod({});
1110
await editor.init();
1211
editor.initdom();
12+
1313
}//init
1414

1515
</script>

0 commit comments

Comments
 (0)