Skip to content

Commit faf2ba4

Browse files
committed
WASM REPL: fix for ACE setup in Chromium
1 parent 16cfea2 commit faf2ba4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/wasm/emscripten/web_example/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@
594594
finishedCallback,
595595
);
596596
};
597+
var editor;
597598
document.addEventListener('DOMContentLoaded', () => {
598599
editor = ace.edit("editor");
599600
editor.session.setMode("ace/mode/python");

0 commit comments

Comments
 (0)