Comment on Two.jsparentComments−jonobr113yI was not aware of these other event systems in JavaScript. Thanks for pointing these out!−bfm13yYou also have Backbone events extracted from Backbone on https://github.com/bermi/eventify−imjared13yJust to add to the list: https://github.com/necolas/emitter.js:)−ajacksified13yOr http://github.com/ajacksified/Mediator.js :D−ianstormtaylor13yor https://github.com/component/emitter if you wanted to get real modular and release the library as smaller Components.
Comments
I was not aware of these other event systems in JavaScript. Thanks for pointing these out!
You also have Backbone events extracted from Backbone on https://github.com/bermi/eventify
Just to add to the list: https://github.com/necolas/emitter.js
:)
Or http://github.com/ajacksified/Mediator.js :D
or https://github.com/component/emitter if you wanted to get real modular and release the library as smaller Components.