diff --git a/docs/javascript.html b/docs/javascript.html index 612724c798..9edc0e4824 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1320,7 +1320,7 @@ $('#myCollapsible').on('hidden', function () {
Initializes the carousel with an optional options object
and starts cycling through items.
-$('.myCarousel').carousel({ +$('.carousel').carousel({ interval: 2000 })