HenrikJoreteg / wildemitter

A super lightweight EventEmitter similar to what comes in Node.js, but with a support for wildcard events '*'
MIT License
213 stars 21 forks source link

fix wildcard matching issue #5

Closed aaronmccall closed 10 years ago

aaronmccall commented 10 years ago

ref issue HenrikJoreteg/wildemitter#4

HenrikJoreteg commented 10 years ago

This type of thing should have test coverage. Could you add a corresponding test to test.js?