Skip to content

v4.2.0

Choose a tag to compare

@RIAEvangelist RIAEvangelist released this 05 Oct 19:29
· 64 commits to master since this release

issue #7 pointed out that if no event handlers were bound for an event type, that event type would not trigger the event * type. This could have been a latent bug from an earlier revision.

now triggering any event type, even those without any bound handlers or which do not exists in the _events_ object will still trigger the * event type

Thanks @mrvini