URL => Url, ID => Id in coffee script.
This commit is contained in:
parent
9b75019898
commit
42f10a15d5
3 changed files with 7 additions and 7 deletions
|
@ -21,7 +21,7 @@ ipc.on('sync-message', function(event, process_id, routing_id) {
|
|||
|
||||
atom.browserMainParts.preMainMessageLoopRun = function() {
|
||||
mainWindow = new Window({ width: 800, height: 600 });
|
||||
mainWindow.loadURL('file://' + __dirname + '/index.html');
|
||||
mainWindow.loadUrl('file://' + __dirname + '/index.html');
|
||||
|
||||
mainWindow.on('page-title-updated', function(event, title) {
|
||||
event.preventDefault();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue