jimsparkman / RiotControl

Event Controller / Dispatcher For RiotJS, Inspired By Flux
http://jimsparkman.github.io/RiotControl/routing_demo/
MIT License
598 stars 48 forks source link

Make riot control compatible with other observable systems #17

Closed creatorrr closed 9 years ago

creatorrr commented 9 years ago

Other observable patterns tend to store events state on the object instance, this simple fix allows to use them as an alternate observable system. For instance Grapnel.

jimsparkman commented 9 years ago

Looks good to me, thanks mate.

creatorrr commented 9 years ago

Of course! Can you ship out an npm release with this soon?