Skip to content

Commit

Permalink
fix unnecessary fat error (coffeelint)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflix committed Dec 4, 2015
1 parent cc179cf commit bb80811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class App.UserOrganizationAutocompletion extends App.Controller
element: =>
@el

release: =>
release: ->
$(window).off 'click.UserOrganizationAutocompletion'

open: =>
Expand Down

0 comments on commit bb80811

Please sign in to comment.