mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
Update screen.md
Removed a trailing comma.
This commit is contained in:
@@ -47,7 +47,7 @@ app.on('ready', function() {
|
||||
if (externalDisplay) {
|
||||
mainWindow = new BrowserWindow({
|
||||
x: externalDisplay.bounds.x + 50,
|
||||
y: externalDisplay.bounds.y + 50,
|
||||
y: externalDisplay.bounds.y + 50
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user