cherifGsoul on upgrade-docs-html-canjs
cherifGsoul on master
Upgrade the site theme for new … (compare)
cherifGsoul on upgrade-docs-html-canjs
Upgrade the site theme for new … (compare)
can.Component.extend({
tag: 'player-row',
template: can.view('/modules/components/player-row/player-row.stache'),
helpers: helpers,
events: {
'.add-to-favorite click': function () {
this.viewModel.callParent('onPinPlayer');
}
}
class="js-my-el"
'.js-my-el highlightplayer': function () {
debugger;
}
($highlight)=“highlight”
has to be on the same element you’re triggering the event on