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!'); } }