revert some magic

This commit is contained in:
Philipp Kühn
2020-04-13 12:27:29 +02:00
parent e03d108423
commit ca16a31e75
5 changed files with 80 additions and 90 deletions

View File

@@ -39,7 +39,7 @@ export default abstract class Extension {
return []
}
keys(): string | { [key: string]: Function } {
keys(): { [key: string]: Function } {
return {}
}