From: fat Date: Sat, 17 Aug 2013 22:07:26 +0000 (-0700) Subject: fixes #9585 X-Git-Tag: v3.0.0~75^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a01b1dd71ac56667becb42d245213bf698d2cc36;p=thirdparty%2Fbootstrap.git fixes #9585 --- diff --git a/javascript.html b/javascript.html index ddef28e9e6..d229cc1d2b 100644 --- a/javascript.html +++ b/javascript.html @@ -1903,7 +1903,7 @@ $('#myCarousel').on('slide.bs.carousel', function () { offset number | function | object 10 - Pixels to offset from screen when calculating position of scroll. If a single number is provided, the offset will be applied in both top and left directions. To provide a unique, bottom and top offset just provide an object offset: { top: 10 } or offset: { top: 10, bottom: 5 }. Use a function when you need to dynamically calculate an offset. + Pixels to offset from screen when calculating position of scroll. If a single number is provided, the offset will be applied in both top and bottom directions. To provide a unique, bottom and top offset just provide an object offset: { top: 10 } or offset: { top: 10, bottom: 5 }. Use a function when you need to dynamically calculate an offset.