VictorTaelin / PureState

The stupidest state management library that works.
MIT License
310 stars 18 forks source link

example_pure_dependencies.js: Wrong output in comment #6

Open synergistics opened 8 years ago

synergistics commented 8 years ago

In the example_pure_dependencies.js file, line 19 indicates that the output after changing the value of x to 10 should be "10", "20", "[10, 20, 30]". This is inconsistent with the comment in the README indicating that the output should be "10", "11", "[10, 11, 21]". I believe the one in the README is the correct version.

VictorTaelin commented 8 years ago

Thanks, could you update that?