Skip to content

Instantly share code, notes, and snippets.

@benash
Last active August 29, 2015 14:04
Show Gist options
  • Save benash/9d58c42d7202b687dc93 to your computer and use it in GitHub Desktop.
Save benash/9d58c42d7202b687dc93 to your computer and use it in GitHub Desktop.
// Three ways of creating an event bus in backbone
var marionetteVent = new Marionette.EventAggregator();
var backboneVent = new Backbone.Wreqr.EventAggregator();
var vent = _.extend({object}, Backbone.Events);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment