vigour-io / brisky-observable

fast, memory efficient observables
0 stars 2 forks source link

remove and context #79

Closed jimdebeer closed 8 years ago

jimdebeer commented 8 years ago

resolve context calling set and the method yields different result

this is a bit strange { a: { c: null } } } // < --- expected behaviour (calls context remove)

a.c.remove() < ---- different behaviour (does not call context remove (resolves))

jimdebeer commented 8 years ago

moved as bug to base