Use fat arrow where it is needed

This commit is contained in:
Nathan Sobo
2016-08-11 14:31:23 -06:00
parent b5b3577d7c
commit 6994060e72

View File

@@ -127,7 +127,7 @@ class AtomWindow
false
handleEvents: ->
@browserWindow.on 'close', ->
@browserWindow.on 'close', =>
@atomApplication.saveState(false)
@browserWindow.on 'closed', =>