We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6877d57 commit 5309a50Copy full SHA for 5309a50
1 file changed
utils/misc/nodejs-terminal/v2.0/nodejs-terminal-v2.0.html
@@ -326,34 +326,6 @@
326
wcfs.initdom();
327
328
329
-
330
331
-/*
332
333
- async function source(){
334
335
- var txt = snippet.editor.getValue();
336
- var blob = new Blob([txt]);
337
- return blob;
338
339
- }//source
340
341
- function complete(file){
342
- }//complete
343
344
345
- complete.load = async function(file,blob){
346
347
- var txt = await blob.text();
348
- snippet.editor.setValue(txt);
349
350
- }//load
351
352
353
- complete.save = function(file,confirm=true){
354
- }//save
355
-*/
356
357
}//snippet-editor
358
359
0 commit comments