diff options
| author | Pamela Fox <[email protected]> | 2011-09-28 14:56:54 -0700 |
|---|---|---|
| committer | Pamela Fox <[email protected]> | 2011-09-28 14:56:54 -0700 |
| commit | 1be7e09b97c096e2e6199feee348d483ba4a7d0f (patch) | |
| tree | 44db6e6845a9eb148bbe7e395a4ffa40ea9261f6 /docs/javascript.html | |
| parent | 68605bdd51760a929cc661607f06f479c53b0bee (diff) | |
| download | bootstrap-1be7e09b97c096e2e6199feee348d483ba4a7d0f.tar.xz bootstrap-1be7e09b97c096e2e6199feee348d483ba4a7d0f.zip | |
Think the option is supposed to be 'keyboard' in the docs, not 'closeOnEsc'.
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> |
