Skip to content

Commit a3869af

Browse files
save file
1 parent 55374c0 commit a3869af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/editors/html-editor/v2.0/html-editor-v2.0.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@
116116
//keydown = keydown();
117117
menu = menumod();
118118

119+
mod.base.add({ext,$,datatype,keydown,menu,menumod,ace});
120+
119121

120122
hdr = mod['editors-hdr'];
121123
mainmenu = mod['main-menu'];
@@ -130,7 +132,7 @@
130132
hdr.initmod({ext,$,menu});
131133
filemod.initmod({ext,$,menumod,menu,complete,source,focus,log});
132134
publish.initmod({ext,$,menu,run,source,complete,log});
133-
editor.initmod({ext,$,menu,on});
135+
editor.initmod({ext,$,menu,on,ace});
134136
output.initmod({ext,$});
135137
log.initmod({ext,$});
136138

0 commit comments

Comments
 (0)