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/templates/pages/javascript.mustache | |
| parent | f68f7870efd4e56dc1d651dc5de37b265558fce1 (diff) | |
| download | bootstrap-c8c4d5b3925b033723a3f589db9c579b37ca5ceb.tar.xz bootstrap-c8c4d5b3925b033723a3f589db9c579b37ca5ceb.zip | |
fix alert tests + add show option back to modals
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 111de2350..57cb4eac4 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -197,6 +197,12 @@ <td>{{_i}}true{{/i}}</td> <td>{{_i}}Closes the modal when escape key is pressed{{/i}}</td> </tr> + <tr> + <td>{{_i}}show{{/i}}</td> + <td>{{_i}}boolean{{/i}}</td> + <td>{{_i}}true{{/i}}</td> + <td>{{_i}}Shows the modal when initialized.{{/i}}</td> + </tr> </tbody> </table> <h3>{{_i}}Markup{{/i}}</h3> |
