Skip to content

Instantly share code, notes, and snippets.

@fearoffish
Forked from jasonporritt/best_todos.coffee
Created May 23, 2011 14:11
Show Gist options
  • Save fearoffish/986755 to your computer and use it in GitHub Desktop.
Save fearoffish/986755 to your computer and use it in GitHub Desktop.
Use @vars -- translation of Backbone.js example app
initialize: ->
@model.bind('change', @render)
@model.view = this
render: =>
$(@el).html(@template(@model.toJSON()))
@setContent()
return this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment