Skip to content

Commit 3fcf288

Browse files
save file
1 parent e9bfc61 commit 3fcf288

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

utils/editors/html-editor/html-editor.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@
162162
}//init
163163

164164

165-
//:
166-
167-
168165
(async()=>{
169166

170167
mod.stack.add;
@@ -175,7 +172,7 @@
175172
'js/dom/$.js',
176173
'js/core/datatype.js',
177174
'js/dom/menumod/menumod.js',
178-
'js/dom/keydown/keydown.js'
175+
'js/dom/keydown/keydown.js',
179176
);
180177
[$,datatype,menumod,keydown] = await promise;
181178

0 commit comments

Comments
 (0)