Updated app (markdown)

Cheng Zhao 2013-06-03 23:01:36 -07:00
Родитель 8afaad5c0a
Коммит 83ffa6a6e9
1 изменённых файлов: 8 добавлений и 0 удалений

8
app.md

@ -11,6 +11,14 @@ app.on('window-all-closed', function() {
});
```
## Event: will-finish-launching
Setup crash reporter and auto updater here.
## Event: finish-launching
Do final startup like creating browser window here.
## Event: window-all-closed
Emitted when all windows have been closed.