diff options
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> |
