Follow up - 9d3c0e3984
- Fixes #3040: CoffeeScript generates broken JS because of misplaced brackets.
This commit is contained in:
parent
25c7e81667
commit
65d72b9bba
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue