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

support for setting value to undefined #42

Closed rsamec closed 8 years ago

rsamec commented 9 years ago

I can not find the way, how to set value to undefined using freezer. (I dont want to remove the key in hash, but set the key to undefined.)

'''javascript parent.set("myKey",undefined); ''' I would be able to do it with this fix. Can you please check it, that this change will not eventually break something else.

Thanks.

rsamec commented 8 years ago

Removed - this way - does not make sense. It can be potentionally solved by new pull reqest #50