mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
Think the option is supposed to be 'keyboard' in the docs, not 'closeOnEsc'.
This commit is contained in:
parent
68605bdd51
commit
1be7e09b97
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@
|
|||
<p>Activates your content as a modal. Accepts an optional options <code>object</code>.
|
||||
<pre class="prettyprint linenums">
|
||||
$('#my-modal').modal({
|
||||
closeOnEscape: true
|
||||
keyboard: true
|
||||
})</pre>
|
||||
<h4>.modal('toggle')</h4>
|
||||
<p>Manually toggles a modal.</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue