diff options
| author | Jacob Thornton <[email protected]> | 2012-02-06 00:17:31 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-02-06 00:17:31 -0800 |
| commit | c8c4d5b3925b033723a3f589db9c579b37ca5ceb (patch) | |
| tree | 3c7d62e87ffc71ab47919a9e45a17cd89bdefd4d /docs/javascript.html | |
| parent | f68f7870efd4e56dc1d651dc5de37b265558fce1 (diff) | |
| download | bootstrap-c8c4d5b3925b033723a3f589db9c579b37ca5ceb.tar.xz bootstrap-c8c4d5b3925b033723a3f589db9c579b37ca5ceb.zip | |
fix alert tests + add show option back to modals
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 2cfe2b9b7..7960a29e3 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -273,6 +273,12 @@ <td>true</td> <td>Closes the modal when escape key is pressed</td> </tr> + <tr> + <td>show</td> + <td>boolean</td> + <td>true</td> + <td>Shows the modal when initialized.</td> + </tr> </tbody> </table> <h3>Markup</h3> |
