Skip to content

Commit 4a3d8a4

Browse files
save file
1 parent cbfdee3 commit 4a3d8a4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

utils/misc/nodejs-terminal/v3.0/nodejs-terminal-v3.0.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
}
4343
</script>
4444

45+
<script src='https://ajaxorg.github.io/ace-builds/src-noconflict/ace.js'></script>
4546

4647
<script src='https://libs.ext-code.com/js/dom/component/v3.0/component.js?hdr'></script>
4748

@@ -75,6 +76,8 @@
7576

7677

7778
var jszip;
79+
var ace;
80+
7881

7982
var libs = {};
8083

@@ -87,7 +90,7 @@
8790

8891
menu = menumod();
8992

90-
mod.base.add({ext,$,datatype,keydown,menu,menumod,debug,vm});
93+
mod.base.add({ext,$,datatype,keydown,menu,menumod,debug,vm,ace});
9194

9295

9396
misc = mod['misc-hdr'];

0 commit comments

Comments
 (0)