Flux-Dispatcher is simplest Dispatcher for ReactJs and Flux system.
window.dispatcher = new Dispatcher();
dispatcher.register(function(payload){
return true;
});
Thanks for facebook!
Copied from https://github.com/facebook/react/blob/master/examples/todomvc-flux/js/dispatcher/Dispatcher.js