aboutsummaryrefslogtreecommitdiff
path: root/docs/templates/pages/javascript.mustache
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-19 14:53:07 -0800
committerMark Otto <[email protected]>2012-02-19 14:53:07 -0800
commit16d12396d0f1f352280ae195ac60a15e7e95d666 (patch)
tree9f578c65f2f246a75b711663930ac0459b096ecc /docs/templates/pages/javascript.mustache
parent1948e985a355c519b8f3940af0ce83d9fd3c5f83 (diff)
downloadbootstrap-16d12396d0f1f352280ae195ac60a15e7e95d666.tar.xz
bootstrap-16d12396d0f1f352280ae195ac60a15e7e95d666.zip
simplify text color in navbar by placing the color on global .navbar component
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
-rw-r--r--docs/templates/pages/javascript.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index ac989f3ed..69230aa3c 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -1244,7 +1244,7 @@ $('#myCollapsible').on('hidden', function () {
<h4>.carousel({{_i}}options{{/i}})</h4>
<p>{{_i}}Initializes the carousel with an optional options <code>object</code> and starts cycling through items.{{/i}}</p>
<pre class="prettyprint linenums">
-$('.myCarousel').carousel({
+$('.carousel').carousel({
interval: 2000
})
</pre>