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 the "change" event if nothing changed #46

Open samuelsimoes opened 8 years ago

samuelsimoes commented 8 years ago

Today if you call set, reset, clear methods and nothing change the change event is emitted anyway. This PR fix this.

sobrinho commented 8 years ago

:shipit:

sobrinho commented 8 years ago

Rebase :)