From b8bf9da248714906cf28dde5ca04244e9ac649aa Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Mon, 14 Mar 2016 16:53:59 +0100 Subject: [PATCH] coffelint fix --- .../app/controllers/widget/online_notification.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/app/controllers/widget/online_notification.coffee b/app/assets/javascripts/app/controllers/widget/online_notification.coffee index dba5a50a7..386a13c45 100644 --- a/app/assets/javascripts/app/controllers/widget/online_notification.coffee +++ b/app/assets/javascripts/app/controllers/widget/online_notification.coffee @@ -113,7 +113,7 @@ class App.OnlineNotificationWidget extends App.Controller processData: true ) - updateHeight: => + updateHeight: -> # set height of notification popover notificationsContainer = $('.js-notificationsContainer') heightApp = $('#app').height()