Skip to content

Instantly share code, notes, and snippets.

@jcheype
Created January 23, 2012 16:12
Show Gist options
  • Save jcheype/1664022 to your computer and use it in GitHub Desktop.
Save jcheype/1664022 to your computer and use it in GitHub Desktop.
class IndexView extends Backbone.View
template: JST['index']
render: =>
$(@el).html( @template() )
this
this.IndexView = IndexView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment