Skip to content

Instantly share code, notes, and snippets.

@marlun
Created May 23, 2011 20:04
Show Gist options
  • Select an option

  • Save marlun/987466 to your computer and use it in GitHub Desktop.

Select an option

Save marlun/987466 to your computer and use it in GitHub Desktop.
class ActorsView extends Backbone.View
id: 'actorsview'
constructor: ->
super
console.log 'Initialized a actors view'
window.app.views.ActorsView = ActorsView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment