Files
meteor/examples/todos
Geoff Schmidt c13415b818 invalidations accumulate until flushed (or the event loop runs again)
this way, when you use find instead of findLive, liveui doesn't do O(n^2) work when a subscription returns n records (it used to, because it'd render the list with 1 element, then with 2, …, then with n)

flush guarantees that all changes have been committed to the DOM, for your jquerying pleasure

experimental - needs docs
2011-12-19 16:39:28 -08:00
..
2011-12-07 21:22:47 -08:00
2011-12-07 21:22:47 -08:00
2011-12-07 21:22:47 -08:00