ripplejs / ripple

A tiny foundation for building reactive views
http://ripplejs.github.io
1.28k stars 66 forks source link

Object.observe support #22

Open anthonyshort opened 10 years ago

anthonyshort commented 10 years ago

Update ripple/path-observer to use Object.observe if it's available.

tarqd commented 10 years ago

Would you be open to using observe-js for this? It already uses Object.observe if available and implements the LCS algorithm that we talked about on the ripplejs/each issue

anthonyshort commented 10 years ago

Yeah I'd probably just use that library. I haven't had much need for it yet though. I think the only real benefit is a possible slight performance boost.