From: Pvanhesteren Date: Fri, 4 Mar 2016 21:30:06 +0000 (+0100) Subject: Clarify valid values of Carousel's `pause` option X-Git-Tag: v3.3.7~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a329fda8f0b52b08e1c13dead573c0590518638b;p=thirdparty%2Fbootstrap.git Clarify valid values of Carousel's `pause` option Fixes #18205 Closes #19410 [skip sauce] --- 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