From: Mark Otto Date: Tue, 28 Feb 2012 03:40:07 +0000 (-0800) Subject: fix typo in js docs carousel section per #2299 X-Git-Tag: v2.0.2~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d57598827f804f75b1eb12fc7098b58f152830ea;p=thirdparty%2Fbootstrap.git fix typo in js docs carousel section per #2299 --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 94c7df1009..1729408b0b 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/javascript.html b/docs/javascript.html index c64a85b536..8f1d160cae 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1352,7 +1352,7 @@ $('.carousel').carousel({

.carousel('next')

Cycles to the next item.

Events

-

Bootstrap's modal class exposes a few events for hooking into modal functionality.

+

Bootstrap's carousel class exposes a few events for hooking into carousel functionality.

diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index c88b4296a0..9af03eccd1 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1276,7 +1276,7 @@ $('.carousel').carousel({

.carousel('next')

{{_i}}Cycles to the next item.{{/i}}

{{_i}}Events{{/i}}

-

{{_i}}Bootstrap's modal class exposes a few events for hooking into modal functionality.{{/i}}

+

{{_i}}Bootstrap's carousel class exposes a few events for hooking into carousel functionality.{{/i}}