jeromeetienne / microevent.js

event emitter microlibrary - 20lines -for node and browser

Home Page:http://notes.jetienne.com/2011/03/22/microeventjs.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MicroEvent.prototype is unnecessary

millermedeiros opened this issue · comments

since there is no need to create new instances of MicroEvent - it is only used for copying references to the functions - it should be written as a literal object.