Rename pathsToNotifyWhenClosed -> pathsWithWaitSessions

This commit is contained in:
Max Brunsfeld
2018-01-05 17:49:44 -08:00
parent 386b786d93
commit 6f50f32116
4 changed files with 13 additions and 13 deletions

View File

@@ -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) {