Follow up - 9d3c0e3984 - Fixes #3040: CoffeeScript generates broken JS because of misplaced brackets.

This commit is contained in:
Thorsten Eckel 2020-08-18 10:50:46 +02:00
parent 25c7e81667
commit 65d72b9bba

View file

@ -515,7 +515,7 @@ class App.TicketZoomArticleNew extends App.Controller
options: options:
duration: duration duration: duration
easing: 'easeOutQuad' easing: 'easeOutQuad'
complete: => $(window).off 'click.ticket-zoom-textarea'.on 'click.ticket-zoom-textarea', @closeTextarea complete: => $(window).off('click.ticket-zoom-textarea').on('click.ticket-zoom-textarea', @closeTextarea)
@textBubble.velocity @textBubble.velocity
properties: properties: