]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
patch highlighting hint 9420/head
authorsaiwang <wangsai7885@gmail.com>
Tue, 13 Aug 2013 16:21:07 +0000 (00:21 +0800)
committersaiwang <wangsai7885@gmail.com>
Tue, 13 Aug 2013 16:21:07 +0000 (00:21 +0800)
javascript.html

index 3b5187a71c0ca44d3b477017180455ae22fbfda6..ffb613a793804f873cb3cd08544d15936a1fdb21 100644 (file)
@@ -1769,7 +1769,7 @@ $('.carousel').carousel()
 
     <h4>.carousel(options)</h4>
     <p>Initializes the carousel with an optional options <code>object</code> and starts cycling through items.</p>
-{% highlight html %}
+{% highlight js %}
 $('.carousel').carousel({
   interval: 2000
 })