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

Fix updating to null and to undefined #64

Closed kuraga closed 8 years ago

kuraga commented 8 years ago

Note: this doesn't fix all potential potential problems with non-strict comparings in source and tests.

kuraga commented 8 years ago

Thanks!!