mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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