rename methods
This commit is contained in:
@@ -41,7 +41,7 @@ class Model {
|
||||
return tree;
|
||||
}
|
||||
|
||||
purgeFS() {
|
||||
wipeFS() {
|
||||
delete window.fs;
|
||||
window.fs = new LightningFS("fs", { wipe: true });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user