This commit is contained in:
Ian Gulliver
2019-07-13 05:06:48 +00:00
parent a93e3dc2f6
commit cbe56098da
6 changed files with 5 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ class List {
return null;
}
mayDelete(type) {
mayDelete() {
return true;
}