]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #9585
authorfat <jacobthornton@gmail.com>
Sat, 17 Aug 2013 22:07:26 +0000 (15:07 -0700)
committerfat <jacobthornton@gmail.com>
Sat, 17 Aug 2013 22:07:26 +0000 (15:07 -0700)
javascript.html

index ddef28e9e67c57a55a3a019f4005bacd0796428c..d229cc1d2bda0f3a2ebf8160027fe472f7947b1b 100644 (file)
@@ -1903,7 +1903,7 @@ $('#myCarousel').on('slide.bs.carousel', function () {
            <td>offset</td>
            <td>number | function | object</td>
            <td>10</td>
-           <td>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 <code>offset: { top: 10 }</code> or <code>offset: { top: 10, bottom: 5 }</code>. Use a function when you need to dynamically calculate an offset.</td>
+           <td>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 <code>offset: { top: 10 }</code> or <code>offset: { top: 10, bottom: 5 }</code>. Use a function when you need to dynamically calculate an offset.</td>
          </tr>
         </tbody>
       </table>