Merge pull request #1203 from xfq/patch-3

Update online-offline-events.md
This commit is contained in:
Cheng Zhao 2015-03-04 09:27:54 -08:00
commit 1f849ec7b0

View file

@ -19,6 +19,7 @@ app.on('ready', function() {
_online-status.html_ _online-status.html_
```html ```html
<!DOCTYPE html>
<html> <html>
<body> <body>
<script> <script>
@ -62,6 +63,7 @@ ipc.on('online-status-changed', function(event, status) {
_online-status.html_ _online-status.html_
```html ```html
<!DOCTYPE html>
<html> <html>
<body> <body>
<script> <script>