Skip to content

Instantly share code, notes, and snippets.

@stevencwarren
Created October 1, 2013 13:37
Show Gist options
  • Save stevencwarren/6778562 to your computer and use it in GitHub Desktop.
Save stevencwarren/6778562 to your computer and use it in GitHub Desktop.
App.Views.IndexView = Backbone.View.extend(
tagName: 'div'
id: 'index'
template: HandlebarsTemplates['index']
render: ->
this.$el.html(this.template)
return this
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment