From a329fda8f0b52b08e1c13dead573c0590518638b Mon Sep 17 00:00:00 2001 From: Pvanhesteren Date: Fri, 4 Mar 2016 22:30:06 +0100 Subject: [PATCH] Clarify valid values of Carousel's `pause` option Fixes #18205 Closes #19410 [skip sauce] --- docs/_includes/js/carousel.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index 63cc9e5543..0c3a0f4d07 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