Skip to content

Commit 6ff95a5

Browse files
save file
1 parent dc972fe commit 6ff95a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog/25-10-17/codemirror-in-the-browser/codemirror-in-the-browser.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
menu = menumod();
6969

7070
ex = mod.ex;
71-
log = mod.log;
71+
log = mod['log-mod'];
7272

7373
ex.initmod({ext,$,menu,ace});
7474
log.initmod({ext,$});
@@ -182,10 +182,10 @@ <h1 class=title>
182182
</div>
183183

184184

185-
<snippet-html-console id=ex component v2.0 src='ex/ex.html'></snippet-html-console>
185+
<snippet-html-console id=ex src='ex/ex.html' component></snippet-html-console>
186186

187187

188-
<log component v2.0></log>
188+
<log-mod component></log-mod>
189189

190190

191191
</body>

0 commit comments

Comments
 (0)