create readme.
This commit is contained in:
parent
f9be947625
commit
c7a3f3e078
1 changed files with 5 additions and 0 deletions
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
custom event system for js.
|
||||
|
||||
unlike the regular event system, this doesn't "attach" events to anything; rather, an event listener is simply a function that gets called when an event is triggered.
|
||||
|
||||
currently, this is synchronous; triggering an event will take as long as calling all its listeners.
|
Loading…
Reference in a new issue