Fixing a thousand bugs

This commit is contained in:
2023-10-08 19:05:20 +02:00
parent 89a0f8a0a3
commit 0a23ff442f
3 changed files with 46 additions and 56 deletions

View File

@ -164,7 +164,7 @@ export abstract class Event {
return this.modify(func);
};
private modify = (func: Function): Event => {
modify = (func: Function): Event => {
/**
* Returns a transformed Event. This function is used internally by the
* other functions of this class. It is just a wrapper for the function