Skip to content

Commit ceade1d

Browse files
save file
1 parent 40ba6c2 commit ceade1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils/misc/nodejs-terminal/html/webcontainer-fs/webcontainer-fs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@
129129

130130
obj.initdom = function(){
131131

132+
filemod.register({filetype,mod:obj,host});
133+
132134
shadow = host.shadowRoot;
133135

134136
var root = $(shadow,'#root');
@@ -152,8 +154,6 @@
152154
$(btns,'[value=cancel]').onclick = btn.cancel;
153155
$(btns,'[value=ok]').onclick = btn.ok;
154156

155-
debugger;
156-
filemod.register({filetype,mod:obj,host});
157157

158158

159159
}//initdom

0 commit comments

Comments
 (0)