arqex / freezer

A tree data structure that emits events on updates, even if the modification is triggered by one of the leaves, making it easier to think in a reactive way.
MIT License
1.28k stars 56 forks source link

markDirty is not defined #65

Closed dangreen closed 8 years ago

dangreen commented 8 years ago

https://github.com/arqex/freezer/blob/master/src/frozen.js#L189

dangreen commented 8 years ago

@arqex helloooo??

bep commented 8 years ago

@arqex same problem here.

arqex commented 8 years ago

Thanks for the feedback, and sorry for the late reply, christmas time was a tough time for working :)

I knew about this problem I had it fixed in my local version. Now I pushed it and should be fixed in v0.9.5.

Cheers

arqex commented 8 years ago

v0.9.5 was published buggy, try v0.9.6 instead