Skip to content

Commit 5309a50

Browse files
save file
1 parent 6877d57 commit 5309a50

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

utils/misc/nodejs-terminal/v2.0/nodejs-terminal-v2.0.html

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -326,34 +326,6 @@
326326
wcfs.initdom();
327327

328328

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-
357329
}//snippet-editor
358330

359331

0 commit comments

Comments
 (0)