rename methods

This commit is contained in:
2020-12-22 17:58:47 +01:00
parent d9ffda3088
commit c48313f298
3 changed files with 6 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ class Model {
return tree;
}
purgeFS() {
wipeFS() {
delete window.fs;
window.fs = new LightningFS("fs", { wipe: true });
}