Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save marlun/987507 to your computer and use it in GitHub Desktop.
#class ActorsView extends Backbone.View
window.app.views.ActorsView = Backbone.View.extend
id: 'actorsview'
initialize: ->
#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