mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Use fat arrow where it is needed
This commit is contained in:
@@ -127,7 +127,7 @@ class AtomWindow
|
||||
false
|
||||
|
||||
handleEvents: ->
|
||||
@browserWindow.on 'close', ->
|
||||
@browserWindow.on 'close', =>
|
||||
@atomApplication.saveState(false)
|
||||
|
||||
@browserWindow.on 'closed', =>
|
||||
|
||||
Reference in New Issue
Block a user