Marionette.jsのEventメモ

document

  childViewEvents: {
    'click:button': 'fooHandler'
  }
view.on('childview:click:button', handler);

Marionette.jsメモ
handlebars.js
Backbone.js