aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-29 11:28:37 -0700
committerJacob Thornton <[email protected]>2011-09-29 11:28:37 -0700
commit28c770bf679e131cc030c3bc4a1981450f831908 (patch)
tree44db6e6845a9eb148bbe7e395a4ffa40ea9261f6 /docs/javascript.html
parent68605bdd51760a929cc661607f06f479c53b0bee (diff)
parent1be7e09b97c096e2e6199feee348d483ba4a7d0f (diff)
downloadbootstrap-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.html2
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>