Re: Lets Talk; An EventBus in Backbone.js #11 Post by [deleted] » Mon, Apr 16, 2012, 9:36 PM UTC elchief wrote: post #9 wow, backbone is catching up to what Sencha ExtJS had five years ago. [deleted]
Re: Lets Talk; An EventBus in Backbone.js #12 Post by gordonslondon » Mon, Apr 16, 2012, 9:38 PM UTC Note that Backbone.Collection also extends Backbone.Events so you can use your collection has a global mediator. Generally a collection is shared across multiple views.