From 09be71301454c1c9ccb9d81abd1b5662b9b73d2b Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 8 Jun 2016 00:21:22 +0200 Subject: [PATCH] Fixed typo. --- .../javascripts/app/controllers/ticket_zoom/article_new.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/app/controllers/ticket_zoom/article_new.coffee b/app/assets/javascripts/app/controllers/ticket_zoom/article_new.coffee index 4c5d914e0..236387adb 100644 --- a/app/assets/javascripts/app/controllers/ticket_zoom/article_new.coffee +++ b/app/assets/javascripts/app/controllers/ticket_zoom/article_new.coffee @@ -158,7 +158,7 @@ class App.TicketZoomArticleNew extends App.Controller if @subscribeIdTextModule App.Ticket.unsubscribe(@subscribeIdTextModule) - @(window).off 'click.ticket-zoom-select-type' + $(window).off 'click.ticket-zoom-select-type' $(window).on 'click.ticket-zoom-textarea' render: ->