Skip to content

Instantly share code, notes, and snippets.

@helmutgranda
Created February 14, 2012 15:57
Show Gist options
  • Save helmutgranda/1827739 to your computer and use it in GitHub Desktop.
Save helmutgranda/1827739 to your computer and use it in GitHub Desktop.
Quick conversion, then will move into an actual repo
$ = jQuery
class ListView extends Backbone.View
el: $('body')
initialize: ->
@.render()
render: =>
@el.append("<ul><li>hw</li></ul>")
listView = new ListView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment