You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/06/09 01:52:41 UTC

[30/50] incubator-weex git commit: + [ios] update websocket doc

+ [ios] update websocket doc


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

Branch: refs/heads/master
Commit: c7dc1250af3f9b7470d8704c3474338d5c894db4
Parents: 2fca48b
Author: 齐山 <su...@163.com>
Authored: Wed Jun 7 14:21:34 2017 +0800
Committer: 齐山 <su...@163.com>
Committed: Wed Jun 7 14:21:34 2017 +0800

----------------------------------------------------------------------
 doc/source/cn/references/modules/websocket.md | 1 -
 doc/source/references/modules/websocket.md    | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/c7dc1250/doc/source/cn/references/modules/websocket.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/references/modules/websocket.md b/doc/source/cn/references/modules/websocket.md
index e83c15f..50223da 100644
--- a/doc/source/cn/references/modules/websocket.md
+++ b/doc/source/cn/references/modules/websocket.md
@@ -17,7 +17,6 @@ WebSockets 是一种先进的技术, 这使得在用户的 H5/iOS/Android 和一
   - [DefaultWebSocketAdapterFactory.java](https://github.com/apache/incubator-weex/blob/dev/android/commons/src/main/java/com/alibaba/weex/commons/adapter/DefaultWebSocketAdapterFactory.java);
   - 集成例子参考weex [playground](https://github.com/apache/incubator-weex/tree/dev/android/playground)
 
-- 只在.we文件支持,不支持vue2.0
 
 ## API
 ### `WebSocket(url, protocol)`

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/c7dc1250/doc/source/references/modules/websocket.md
----------------------------------------------------------------------
diff --git a/doc/source/references/modules/websocket.md b/doc/source/references/modules/websocket.md
index 6edc8d8..295ee25 100644
--- a/doc/source/references/modules/websocket.md
+++ b/doc/source/references/modules/websocket.md
@@ -16,7 +16,6 @@ WebSockets is an advanced technology that makes it possible to open an interacti
   - [DefaultWebSocketAdapter.java](https://github.com/apache/incubator-weex/blob/dev/android/commons/src/main/java/com/alibaba/weex/commons/adapter/DefaultWebSocketAdapter.java);
   - [DefaultWebSocketAdapterFactory.java](https://github.com/apache/incubator-weex/blob/dev/android/commons/src/main/java/com/alibaba/weex/commons/adapter/DefaultWebSocketAdapterFactory.java);
   - refer:  [weex playground](https://github.com/apache/incubator-weex/tree/dev/android/playground)
-- only support in .we file,not support in vue2.0
 
 ## API
 ### `WebSocket(url, protocol)`