From 21a7de7a18707a7cec559cb419fac251feea405d Mon Sep 17 00:00:00 2001 From: saiwang Date: Wed, 14 Aug 2013 00:21:07 +0800 Subject: [PATCH] patch highlighting hint --- javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 })