]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix #10986
authorChris Rebert <code@rebertia.com>
Tue, 8 Oct 2013 18:44:30 +0000 (11:44 -0700)
committerChris Rebert <code@rebertia.com>
Tue, 8 Oct 2013 18:44:30 +0000 (11:44 -0700)
javascript.html

index ff07387fd6c6e6ade9a15745e84a4b83f2936e68..67cc9779f05244a7cf30aad3dc50523f71ce7d38 100644 (file)
@@ -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>