You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ha...@apache.org on 2018/04/26 02:26:54 UTC

[2/4] incubator-weex-site git commit: revise the wrong word in wiki/gestures.md (resolve #142)

revise the wrong word in wiki/gestures.md (resolve #142)


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

Branch: refs/heads/master
Commit: 752c0b8074c676b879b571c13445cf6606561a05
Parents: 3b966ba
Author: Sheldon Law <ca...@outlook.com>
Authored: Wed Apr 25 15:42:17 2018 +0800
Committer: Hanks <zh...@gmail.com>
Committed: Thu Apr 26 10:17:32 2018 +0800

----------------------------------------------------------------------
 source/cn/wiki/gestures.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/752c0b80/source/cn/wiki/gestures.md
----------------------------------------------------------------------
diff --git a/source/cn/wiki/gestures.md b/source/cn/wiki/gestures.md
index bb4a491..643fc22 100644
--- a/source/cn/wiki/gestures.md
+++ b/source/cn/wiki/gestures.md
@@ -23,7 +23,7 @@ Weex 封装了原生的触摸事件以提供手势系统。使用手势类似于
 	- `touchend` 将在从触摸面离开时被触发。
 	- `shouldStopPropagation`   每个touch事件都会被传递过来, 可控制touch事件是否冒泡(返回true)或者停止(返回false);用于解决事件冲突或者自定义手势。<span class="api-version">v0.18+</span>
 
-- **Pan**:`pan` 手势也会返回触摸点在触摸面的移动信息,有点类似于 `touch` 手势。但是 `pan` 手势只会采样收集部分事件信息因此比 `touch` 事件要快得多,当然精准性差于 `touch`。`pan` 也有三中类型的手势,这些手势的意义与 `touch` 完全一样:
+- **Pan**:`pan` 手势也会返回触摸点在触摸面的移动信息,有点类似于 `touch` 手势。但是 `pan` 手势只会采样收集部分事件信息因此比 `touch` 事件要快得多,当然精准性差于 `touch`。`pan` 也有三种类型的手势,这些手势的意义与 `touch` 完全一样:
 
 	- `panstart`
 	- `panmove`