Skip to content

Instantly share code, notes, and snippets.

@Sephi-Chan
Created December 29, 2011 13:18
Show Gist options
  • Save Sephi-Chan/1534075 to your computer and use it in GitHub Desktop.
Save Sephi-Chan/1534075 to your computer and use it in GitHub Desktop.
class window.MapBadgeView extends Backbone.View
model: Territory
tagName: "li"
initialize: ->
@model.bind("change", @render)
render: ->
@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment