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:
@@ -25,7 +25,7 @@ var window = null;
|
||||
|
||||
app.on('ready', function() {
|
||||
window = new BrowserWindow({width: 800, height: 600});
|
||||
window.loadUrl('https://github.com');
|
||||
window.loadURL('https://github.com');
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user