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

Do not unset computed properties on reset #22

Closed sobrinho closed 8 years ago

sobrinho commented 8 years ago

When you reset the object store, the computed properties must not be unset because they are recomputed on a specific event happens.

samuelsimoes commented 8 years ago

:shipit: