Fixed typo.
This commit is contained in:
parent
e947d4262f
commit
f4b642726e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class App.TicketMerge extends App.ControllerModal
|
|||
|
||||
render: ->
|
||||
|
||||
@content = $App.view('agent_ticket_merge')()
|
||||
@content = $( App.view('agent_ticket_merge')() )
|
||||
|
||||
new App.TicketList(
|
||||
el: @content.find('#ticket-merge-customer-tickets')
|
||||
|
|
Loading…
Reference in a new issue