aboutsummaryrefslogtreecommitdiff
path: root/javascript.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-10-08 11:44:30 -0700
committerChris Rebert <[email protected]>2013-10-08 11:44:30 -0700
commit730d7f0b13143061fd0607cbe6c303d7bd8b74ec (patch)
tree12b18be2368e608843aa98ad257bbbb529cef339 /javascript.html
parent969cb04acbdd1b5835acc203675c10ec2ba98c2c (diff)
downloadbootstrap-730d7f0b13143061fd0607cbe6c303d7bd8b74ec.tar.xz
bootstrap-730d7f0b13143061fd0607cbe6c303d7bd8b74ec.zip
fix #10986
Diffstat (limited to 'javascript.html')
-rw-r--r--javascript.html2
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>