fix unnecessary fat error (coffeelint)
This commit is contained in:
parent
cc179cf6ce
commit
bb80811745
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ class App.OnlineNotificationWidget extends App.Controller
|
|||
@createContainer()
|
||||
@subscribeId = App.OnlineNotification.subscribe( @updateContent )
|
||||
|
||||
release: =>
|
||||
release: ->
|
||||
@removeContainer()
|
||||
$(window).off 'click.notifications'
|
||||
App.OnlineNotification.unsubscribe( @subscribeId )
|
||||
|
|
|
@ -25,7 +25,7 @@ class App.UserOrganizationAutocompletion extends App.Controller
|
|||
element: =>
|
||||
@el
|
||||
|
||||
release: =>
|
||||
release: ->
|
||||
$(window).off 'click.UserOrganizationAutocompletion'
|
||||
|
||||
open: =>
|
||||
|
|
Loading…
Reference in a new issue