diff options
| author | Mark Otto <[email protected]> | 2012-02-06 23:36:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-06 23:36:31 -0800 |
| commit | 4ed1b13719083fb9bb7ab7273cc9bf84482992cc (patch) | |
| tree | fd67d1ffb5e9edfc549b5d21e389a9729e4f00ba /docs/templates/pages/javascript.mustache | |
| parent | 575b82473f8d248ca3782fa86ce1c92eea03905c (diff) | |
| parent | 3722bb9a88e95b37ded12cb40a67ac396ce140fd (diff) | |
| download | bootstrap-4ed1b13719083fb9bb7ab7273cc9bf84482992cc.tar.xz bootstrap-4ed1b13719083fb9bb7ab7273cc9bf84482992cc.zip | |
Merge branch 'raphaelz-patch-1' into 2.0.1-wip
Conflicts:
docs/assets/bootstrap.zip
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 006461290..965819036 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> |
