URL => Url, ID => Id in coffee script.

This commit is contained in:
Cheng Zhao 2013-05-03 15:21:41 +08:00
parent 9b75019898
commit 42f10a15d5
3 changed files with 7 additions and 7 deletions

View file

@ -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();