Add ObjectEventTarget

This commit is contained in:
Gabriel Reitz Giannattasio 2015-06-15 15:30:30 -07:00
parent aabc182db1
commit 4276633960

View File

@ -367,6 +367,7 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
* [contra](https://github.com/bevacqua/contra/) - Asynchronous flow control with a functional taste to it.
* [Bluebird](https://github.com/petkaantonov/bluebird/) - fully featured promise library with focus on innovative features and performance.
* [when](https://github.com/cujojs/when) - A solid, fast Promises/A+ and when() implementation, plus other async goodies.
* [ObjectEventTarget](https://github.com/gartz/ObjectEventTarget) - Provide a prototype that add support to event listeners (with same behavior of EventTarget from DOMElements available on browsers).
## Routing