mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
These were broken by the Template.foo.bar -> Template.foo.helpers({ bar:
... }) transformation. `fields` is a property on the template object,
not a helper.