Skip to content

Commit 2a299e7

Browse files
save file
1 parent 7e29032 commit 2a299e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

utils/misc/nodejs-terminal/html/snippet-nodejs/v1.0/snippet-nodejs-v1.0.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@
108108

109109
obj.init = async function(){
110110
debug('init');
111-
mod.base.add({ace});
112-
await mod.auto();
113-
114111
editor = mod['web-editor'];
115112
editor.initmod({kd});
116113

114+
mod.base.add({ace});
115+
await mod.auto();
116+
117117
term = mod['web-terminal'];
118118

119119

0 commit comments

Comments
 (0)