mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
{{#each todos}} rendering was broken when no list was selected, since {{#each}} cannot iterate on "{}" (it only takes lists and falsey values).
This code path is never hit in the todos app as it is shipped, but it can cause problems with people modifying the example code for their own apps.