Fixed coffeelint.
This commit is contained in:
parent
4f07fb09e6
commit
b0b61191aa
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class App.OnlineNotificationWidget extends App.Controller
|
||||||
notificationsContainer.on 'click', @stopPropagation
|
notificationsContainer.on 'click', @stopPropagation
|
||||||
$(window).on 'click.notifications', @hidePopover
|
$(window).on 'click.notifications', @hidePopover
|
||||||
|
|
||||||
onHide: =>
|
onHide: ->
|
||||||
$(window).off 'click.notifications'
|
$(window).off 'click.notifications'
|
||||||
|
|
||||||
hidePopover: =>
|
hidePopover: =>
|
||||||
|
|
Loading…
Reference in a new issue