Skip to content

Instantly share code, notes, and snippets.

@unamashana
Created December 17, 2013 06:48
Show Gist options
  • Save unamashana/8001029 to your computer and use it in GitHub Desktop.
Save unamashana/8001029 to your computer and use it in GitHub Desktop.
SB.Views.TicketView = Backbone.View.extend(
...
renderNewReplyBox: ->
@new_reply_box = new SB.Views.NewReply(reply_list: @reply_list)
@$(".new_reply").html @new_reply_box.render().el
...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment