projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efa667f
)
Update online-offline-events.md
author
707
<707472783@qq.com>
Wed, 15 Jun 2016 11:30:02 +0000
(19:30 +0800)
committer
GitHub
<noreply@github.com>
Wed, 15 Jun 2016 11:30:02 +0000
(19:30 +0800)
漏掉了一个字
docs-translations/zh-CN/tutorial/online-offline-events.md
patch
|
blob
|
history
diff --git
a/docs-translations/zh-CN/tutorial/online-offline-events.md
b/docs-translations/zh-CN/tutorial/online-offline-events.md
index
d61f737
..
c13e44c
100644
(file)
--- a/
docs-translations/zh-CN/tutorial/online-offline-events.md
+++ b/
docs-translations/zh-CN/tutorial/online-offline-events.md
@@
-33,7
+33,7
@@
app.on('ready', function() {
</html>
```
-也会有人想要在主进程也有回应这些事件的实例。然后主进程没有 `navigator` 对象因此不能直接探测在线还是离线。使用 Electron 的进程间通讯工具,事件就可以在主进程被使,就像下面的例子:
+也会有人想要在主进程也有回应这些事件的实例。然后主进程没有 `navigator` 对象因此不能直接探测在线还是离线。使用 Electron 的进程间通讯工具,事件就可以在主进程被使
用
,就像下面的例子:
*main.js*
```javascript