Merge pull request #132 from gartz/master

Add ObjectEventTarget
This commit is contained in:
Huei Tan 2015-06-16 09:47:19 +08:00
commit 4dbb664b0c

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