Skip to content

Commit e779876

Browse files
save file
1 parent 15fefff commit e779876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html-components/html-components.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<script src='https://cdn.jsdelivr.net/npm/ace-builds@1.37.0/src-min-noconflict/ace.js'></script>
2222

2323

24-
<script src='https://libs.ext-code.com/js/dom/component/component.js'></script>
24+
<script src='https://libs.ext-code.com/js/dom/component/v2.0/component.js'></script>
2525

2626
<script init>
2727
console.clear();
@@ -233,7 +233,7 @@ <h4>
233233

234234
var editor = mod['web-editor'];
235235

236-
var editor2 = mod.test;
236+
var editor2 = mod.myEditor;
237237

238238
</code>
239239

0 commit comments

Comments
 (0)