diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index 63cc9e554..0c3a0f4d0 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -178,9 +178,9 @@ $('.carousel').carousel() pause - string + string | null "hover" - Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave. + If set to "hover", pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave. If set to null, hovering over the carousel won't pause it. wrap