Skip to content

warning for automatically called functions that are passed as arguments to helpers

Choose a tag to compare

@phillipskevin phillipskevin released this 21 Nov 22:26
· 648 commits to master since this release

This will now correctly display a warning when func is called automatically:

{{#if func}}
    ...
{{/if}}

#387