参照URL:http ://davidsulc.com/blog/2012/04/22/a-simple-backbone-marionette-tutorial-part-2/
私はバックボーンとイベントアグリゲーターにナイーブです。次のコード行を使用する理由を教えてください。
this.model.addVote(); MyApp.vent.trigger( "rank:down"、this.model);
他の可能性があるようです
this.model.addVote(); this.model(rankDown);
または他の方法MyApp.vent.trigger( "addVote"、this.model
親切に感謝を説明してください。
実行中のサンプル:http://jsfiddle.net/Irfanmunir/966pG/29/