fluxo-js / fluxo

Fluxo is a simple, lightweight (~300LOC) and dependency free data infrastructure lib based on Facebook Flux and Backbone.js. It's compatible with React.js, but you can use with whatever you want to the view/component layer.
15 stars 3 forks source link

Avoid binding callbacks to radio #54

Closed sobrinho closed 8 years ago

sobrinho commented 8 years ago

There is no need for that since computed already binds it to the object store instance.

sobrinho commented 8 years ago

This will also standardize since Radio#subscribe doesn't bind either.

Nothing changes from the user point of view.