Skip to content

Commit 05fd47c

Browse files
committed
Removed commented code.
Signed-off-by: ubi de feo <[email protected]>
1 parent 6ab05b1 commit 05fd47c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

static_libs/build_codemirror.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@ function unescapeUnicode(str) {
1919
});
2020
}
2121

22-
// window.createEditor = (doc, el, onChange) => new EditorView({
23-
// doc: doc || '',
24-
// extensions: [
25-
// basicSetup,
26-
// keymap.of([indentWithTab]),
27-
// keymap.of([defaultKeymap]),
28-
// python(),
29-
// updateListenerExtension(onChange)
30-
// ],
31-
// parent: el
32-
// })
3322
window.createEditor = (doc, el, onChange) => {
3423
// Custom Tab keymap - Tab always indents, unless completing active suggestions
3524
const customTabKeymap = keymap.of([

0 commit comments

Comments
 (0)