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/03/07 02:23:07 UTC

[1/2] incubator-weex git commit: fix a typo in gesture reference doc

Repository: incubator-weex
Updated Branches:
  refs/heads/dev 6dc87a74f -> 422e6e984


fix a typo in gesture reference 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/0cd033cb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/0cd033cb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/0cd033cb

Branch: refs/heads/dev
Commit: 0cd033cbf6055caaeb63df5691c6c40d646a3a85
Parents: 6dc87a7
Author: luxp <lu...@gmail.com>
Authored: Mon Mar 6 14:11:17 2017 +0800
Committer: luxp <lu...@gmail.com>
Committed: Mon Mar 6 14:11:17 2017 +0800

----------------------------------------------------------------------
 doc/source/references/gesture.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/0cd033cb/doc/source/references/gesture.md
----------------------------------------------------------------------
diff --git a/doc/source/references/gesture.md b/doc/source/references/gesture.md
index eae045a..d93d836 100644
--- a/doc/source/references/gesture.md
+++ b/doc/source/references/gesture.md
@@ -27,7 +27,7 @@ For now, there are four types of gestures:
   * `horizontalpan`
   * `verticalpan`
 * **Swipe**. Swipe is fired when user swipe a touch point on the screen. A serial of motion will only trigger one Swipe gesture.
-* **LongPress**. Swipe is fired when a touch point is held for 500 ms or more.
+* **LongPress**. LongPress is fired when a touch point is held for 500 ms or more.
 
 The Touch gesture and Pan is very close to each other, with following features hold:
 


[2/2] incubator-weex git commit: fix the weex-loader url broken in vue/difference-with-web

Posted by so...@apache.org.
fix the weex-loader url broken in vue/difference-with-web


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

Branch: refs/heads/dev
Commit: 422e6e984cba8d1ae5a54351c48e12be45837b1c
Parents: 0cd033c
Author: luxp <lu...@gmail.com>
Authored: Mon Mar 6 17:58:05 2017 +0800
Committer: luxp <lu...@gmail.com>
Committed: Mon Mar 6 17:58:05 2017 +0800

----------------------------------------------------------------------
 doc/source/references/vue/difference-with-web.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/422e6e98/doc/source/references/vue/difference-with-web.md
----------------------------------------------------------------------
diff --git a/doc/source/references/vue/difference-with-web.md b/doc/source/references/vue/difference-with-web.md
index ff328f4..2af11f9 100644
--- a/doc/source/references/vue/difference-with-web.md
+++ b/doc/source/references/vue/difference-with-web.md
@@ -114,7 +114,7 @@ In addition, you should also pay attention to the following points:
 Because of the platform difference, you have to compile your source file in two different ways:
 
 + For the web, you can compile source files in any official way, such as Webpack + vue-loader or Browserify + vueify. and require the [weex-vue-render](https://www.npmjs.com/package/weex-vue-render), which is a group of Weex build-in components.
-+ For Android and iOS, we've provided [weex-loader](https://github.com/weepteam/weep-loader) to compile the `.vue` files. That is, use Webpack + weex-loader to generate the js bundle that is available for the native.
++ For Android and iOS, we've provided [weex-loader](https://github.com/weexteam/weex-loader) to compile the `.vue` files. That is, use Webpack + weex-loader to generate the js bundle that is available for the native.
 
 ### Use weex-loader