rse / componentjs

ComponentJS -- Powerful run-time Component System for structuring HTML5-based Rich Clients
http://componentjs.com/
Other
85 stars 13 forks source link

observe()/unobserve() should bubble up like value() #1

Closed rse closed 11 years ago

rse commented 11 years ago

value() currently bubbles up to parent models, but observe() doesn't because it returns a local id of the component owning the model only. If we change this to a globally unique id then we can let observe()/unobserve() bubble, too.

rse commented 11 years ago

This is now implemented. See https://github.com/rse/componentjs/commit/4d631d15767e5751866fea5fe6daec7f9c3fcfa4 for details