diff options
| author | Jacob Thornton <[email protected]> | 2011-09-29 11:28:37 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-29 11:28:37 -0700 |
| commit | 28c770bf679e131cc030c3bc4a1981450f831908 (patch) | |
| tree | 44db6e6845a9eb148bbe7e395a4ffa40ea9261f6 /docs/javascript.html | |
| parent | 68605bdd51760a929cc661607f06f479c53b0bee (diff) | |
| parent | 1be7e09b97c096e2e6199feee348d483ba4a7d0f (diff) | |
| download | bootstrap-28c770bf679e131cc030c3bc4a1981450f831908.tar.xz bootstrap-28c770bf679e131cc030c3bc4a1981450f831908.zip | |
Merge pull request #332 from pamelafox/patch-2
JS Docs Typo
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index bb8864d46..e1d679d3f 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -130,7 +130,7 @@ <p>Activates your content as a modal. Accepts an optional options <code>object</code>. <pre class="prettyprint linenums"> $('#my-modal').modal({ - closeOnEscape: true + keyboard: true })</pre> <h4>.modal('toggle')</h4> <p>Manually toggles a modal.</p> |
