Skip to content

Instantly share code, notes, and snippets.

@dagda1
Created November 13, 2011 15:12
Show Gist options
  • Save dagda1/1362205 to your computer and use it in GitHub Desktop.
Save dagda1/1362205 to your computer and use it in GitHub Desktop.
vent.coffee
class App
init: ->
vent = _.extend({}, Backbone.Events)
businessUnitsView = new BusinessUnitsView({vent: vent, el: $('#businessUnits')})
managementView = new ManagementReportView({vent: vent, el: $('#managementReport')})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment