From: saiwang Date: Tue, 13 Aug 2013 16:21:07 +0000 (+0800) Subject: patch highlighting hint X-Git-Tag: v3.0.0-rc.2~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21a7de7a18707a7cec559cb419fac251feea405d;p=thirdparty%2Fbootstrap.git patch highlighting hint --- diff --git a/javascript.html b/javascript.html index 3b5187a71c..ffb613a793 100644 --- a/javascript.html +++ b/javascript.html @@ -1769,7 +1769,7 @@ $('.carousel').carousel()

.carousel(options)

Initializes the carousel with an optional options object and starts cycling through items.

-{% highlight html %} +{% highlight js %} $('.carousel').carousel({ interval: 2000 })