diff options
| author | Chris Rebert <[email protected]> | 2013-10-08 11:44:30 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-08 11:44:30 -0700 |
| commit | 730d7f0b13143061fd0607cbe6c303d7bd8b74ec (patch) | |
| tree | 12b18be2368e608843aa98ad257bbbb529cef339 /javascript.html | |
| parent | 969cb04acbdd1b5835acc203675c10ec2ba98c2c (diff) | |
| download | bootstrap-730d7f0b13143061fd0607cbe6c303d7bd8b74ec.tar.xz bootstrap-730d7f0b13143061fd0607cbe6c303d7bd8b74ec.zip | |
fix #10986
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index ff07387fd..67cc9779f 100644 --- a/javascript.html +++ b/javascript.html @@ -253,7 +253,7 @@ $('#myModal').on('show.bs.modal', function (e) { <tbody> <tr> <td>backdrop</td> - <td>boolean</td> + <td>boolean or the string <code>'static'</code></td> <td>true</td> <td>Includes a modal-backdrop element. Alternatively, specify <code>static</code> for a backdrop which doesn't close the modal on click.</td> </tr> |
