mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
onSaveWindowState -> onSaveWindowStateRequest
This commit is contained in:
@@ -244,7 +244,7 @@ class ApplicationDelegate
|
||||
new Disposable ->
|
||||
ipcRenderer.removeListener('context-command', outerCallback)
|
||||
|
||||
onSaveWindowState: (callback) ->
|
||||
onSaveWindowStateRequest: (callback) ->
|
||||
outerCallback = (event, message) ->
|
||||
callback(event)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user