Templated Event Bindings

Using the events object should almost always be avoided in modern CanJS. There’s almost no reason for it.

And yeah, the way to avoid it is the define plugin or functions combined with call expressions.

{{#each getPointsForPlayer(player.id)}}