:doc: comment reflow

This commit is contained in:
Ash Wilson 2019-04-17 15:56:59 -04:00
parent 87a4213b6a
commit f7fd560ca0
No known key found for this signature in database
GPG Key ID: 81B1DDB704F69D2A

View File

@ -1484,8 +1484,8 @@ class AtomApplication extends EventEmitter {
} }
})() })()
// Show the open dialog as child window on Windows and Linux, and as // Show the open dialog as child window on Windows and Linux, and as an independent dialog on macOS. This matches
// independent dialog on macOS. This matches most native apps. // most native apps.
const parentWindow = process.platform === 'darwin' ? null : BrowserWindow.getFocusedWindow() const parentWindow = process.platform === 'darwin' ? null : BrowserWindow.getFocusedWindow()
const openOptions = { const openOptions = {