mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Replace "Url" in API names with "URL"
This commit is contained in:
@@ -36,7 +36,7 @@ app.on('ready', function() {
|
||||
'plugins': true
|
||||
}
|
||||
});
|
||||
mainWindow.loadUrl('file://' + __dirname + '/index.html');
|
||||
mainWindow.loadURL('file://' + __dirname + '/index.html');
|
||||
// Something else
|
||||
});
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user