Skip to content

Instantly share code, notes, and snippets.

@unamashana
Created December 12, 2013 10:02
Show Gist options
  • Save unamashana/7925682 to your computer and use it in GitHub Desktop.
Save unamashana/7925682 to your computer and use it in GitHub Desktop.
SB.Views.TicketList = Backbone.View.extend(
...
initialize: ->
$(@el).html(SB.Utils.renderTemplate("tickets/ticket_list")())
_.bindAll this, 'addOne', 'addAll'
...
...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment