diff options
| author | fat <[email protected]> | 2013-08-17 15:07:26 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-08-17 15:07:26 -0700 |
| commit | a01b1dd71ac56667becb42d245213bf698d2cc36 (patch) | |
| tree | 99240d2fd7eb3731ca87547b8e2eaf1d62a6bb3e | |
| parent | f4c76295920114e63cca5284aad89aee5eabfd0a (diff) | |
| download | bootstrap-a01b1dd71ac56667becb42d245213bf698d2cc36.tar.xz bootstrap-a01b1dd71ac56667becb42d245213bf698d2cc36.zip | |
fixes #9585
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index ddef28e9e..d229cc1d2 100644 --- a/javascript.html +++ b/javascript.html @@ -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> |
