From 53d33e82fef75cf94eb04ccd73c3132aed166fa4 Mon Sep 17 00:00:00 2001 From: nzbin Date: Sat, 19 Sep 2020 11:18:49 +0800 Subject: [PATCH] chore(docs): small fix option --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index a0229a1..6db95d4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -265,7 +265,7 @@

modalWidth - 320 + number 320

It's the modal min width or modal initialized width when opened.

@@ -273,7 +273,7 @@

modalHeight - 320 + number 320

It's the modal min height or modal initialized height when opened.

@@ -501,7 +501,7 @@

myCustomButton: { text: 'custom!', title: 'custom!', - click: function (e) { + click: function (context, e) { alert('clicked the custom button!'); } }