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/03/19 03:41:36 UTC

incubator-weex-site git commit: update modal.md

Repository: incubator-weex-site
Updated Branches:
  refs/heads/master d1711851c -> b92ac3c6f


update modal.md

callback should as same level as options

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/b92ac3c6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/b92ac3c6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/b92ac3c6

Branch: refs/heads/master
Commit: b92ac3c6f9b6d17bb54d630e7eeaad8854d02729
Parents: d171185
Author: Yue Zhang <ci...@gmail.com>
Authored: Mon Mar 19 11:00:54 2018 +0800
Committer: GitHub <no...@github.com>
Committed: Mon Mar 19 11:00:54 2018 +0800

----------------------------------------------------------------------
 source/cn/references/modules/modal.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/b92ac3c6/source/cn/references/modules/modal.md
----------------------------------------------------------------------
diff --git a/source/cn/references/modules/modal.md b/source/cn/references/modules/modal.md
index 2ffe7a5..5775871 100644
--- a/source/cn/references/modules/modal.md
+++ b/source/cn/references/modules/modal.md
@@ -43,7 +43,7 @@ modal.toast({
 - `options {Object}`:alert选项
   - `message {string}`:警告框内显示的文字信息
   - `okTitle {string}`:确定按钮上显示的文字信息,默认是“OK”
-  - `callback {Function}`:用户操作完成后的回调
+- `callback {Function}`:用户操作完成后的回调
 
 #### 基本用法
 ```