Skip to content

Commit

Permalink
chore(docs): small fix option
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Sep 19, 2020
1 parent acacb90 commit 53d33e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Expand Up @@ -265,15 +265,15 @@ <h3>
<h3>
<code>modalWidth</code>
<small>
<code>320</code>
<code>number 320</code>
</small>
</h3>
<p>It's the modal min width or modal initialized width when opened.</p>

<h3>
<code>modalHeight</code>
<small>
<code>320</code>
<code>number 320</code>
</small>
</h3>
<p>It's the modal min height or modal initialized height when opened.</p>
Expand Down Expand Up @@ -501,7 +501,7 @@ <h3>
myCustomButton: {
text: 'custom!',
title: 'custom!',
click: function (e) {
click: function (context, e) {
alert('clicked the custom button!');
}
}
Expand Down

0 comments on commit 53d33e8

Please sign in to comment.