From 16d12396d0f1f352280ae195ac60a15e7e95d666 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 19 Feb 2012 14:53:07 -0800 Subject: simplify text color in navbar by placing the color on global .navbar component --- docs/templates/pages/javascript.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/templates/pages/javascript.mustache') 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 () {

.carousel({{_i}}options{{/i}})

{{_i}}Initializes the carousel with an optional options object and starts cycling through items.{{/i}}

-$('.myCarousel').carousel({
+$('.carousel').carousel({
   interval: 2000
 })
 
-- cgit v1.2.3