* [ios] update doc for globalEvent about supported in vue version

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/e2fbc5ad
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/e2fbc5ad
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/e2fbc5ad

Branch: refs/heads/dev
Commit: e2fbc5adf91dbf1d31fdf52b670d3062ae2f2490
Parents: 605d871
Author: acton393 <zhangxing610...@gmail.com>
Authored: Tue May 16 10:59:00 2017 +0800
Committer: acton393 <zhangxing610...@gmail.com>
Committed: Tue May 16 10:59:00 2017 +0800

----------------------------------------------------------------------
 doc/source/cn/references/modules/globalevent.md | 4 ++--
 doc/source/references/modules/globalevent.md    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/e2fbc5ad/doc/source/cn/references/modules/globalevent.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/references/modules/globalevent.md 
b/doc/source/cn/references/modules/globalevent.md
index 3d93544..a5fc592 100644
--- a/doc/source/cn/references/modules/globalevent.md
+++ b/doc/source/cn/references/modules/globalevent.md
@@ -7,9 +7,9 @@ version: 2.1
 
 # 全局事件
 
-<span class="weex-version">0.8 (开发中)</span>
+<span class="weex-version">0.8</span>
 
-`globalEvent` 用于监听持久
性事件,例如定位信息,陀螺仪等的变化。å…
¨å±€äº‹ä»¶æ˜¯éœ€è¦é¢å¤– APIs 处理的次要 API。你能通过 
`addEventListener` 注册事件监听,当你
不再需要的时候,也可以通过 `removeEventListener` 
取消事件监听。Vue 版本暂不支持 `globalEvent`。
+`globalEvent` 用于监听持久
性事件,例如定位信息,陀螺仪等的变化。å…
¨å±€äº‹ä»¶æ˜¯éœ€è¦é¢å¤– APIs 处理的次要 API。你能通过 
`addEventListener` 注册事件监听,当你
不再需要的时候,也可以通过 `removeEventListener` 
取消事件监听。
 
 *提醒*
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/e2fbc5ad/doc/source/references/modules/globalevent.md
----------------------------------------------------------------------
diff --git a/doc/source/references/modules/globalevent.md 
b/doc/source/references/modules/globalevent.md
index 946d638..ab46c98 100644
--- a/doc/source/references/modules/globalevent.md
+++ b/doc/source/references/modules/globalevent.md
@@ -6,13 +6,13 @@ version: 2.1
 ---
 
 # globalEvent
-<span class="weex-version">v0.8+ (developing)</span>
+<span class="weex-version">v0.8+</span>
 
 ## Summary
 
 `globalEvent` are used to listen for persistent events, such as changes in 
positioning information, gyroscopes, and so on. A global event is a secondary 
API that requires additional APIs to work with.
 
-You can register events via `addEventListener`, which can be removed by 
`removeEventListener` when you do not need to listen for `globalEvent`. 
`globalEvent` is not supported in Vue version.
+You can register events via `addEventListener`, which can be removed by 
`removeEventListener` when you do not need to listen for `globalEvent`.
 
 *AUCTION* 
 - Only instance level is not application level . 

Reply via email to