mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Rename pathsToNotifyWhenClosed -> pathsWithWaitSessions
This commit is contained in:
@@ -139,8 +139,8 @@ class ApplicationDelegate {
|
||||
return ipcRenderer.send('execute-javascript-in-dev-tools', code)
|
||||
}
|
||||
|
||||
didCloseInitialPath (path) {
|
||||
return ipcHelpers.call('window-method', 'didCloseInitialPath', path)
|
||||
didClosePathWithWaitSession (path) {
|
||||
return ipcHelpers.call('window-method', 'didClosePathWithWaitSession', path)
|
||||
}
|
||||
|
||||
setWindowDocumentEdited (edited) {
|
||||
|
||||
Reference in New Issue
Block a user