diff options
| author | fat <[email protected]> | 2013-05-16 18:21:42 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-05-16 18:21:42 -0700 |
| commit | b239542a5ef8bfbf4775e58e64f0e68e02d077e9 (patch) | |
| tree | 59c46c2735e317859619b7c1b62ecc8d01bdb22f /docs/assets/js/bootstrap.js | |
| parent | f37b351288883cca4ea435827b10fe6d8475dc6e (diff) | |
| download | bootstrap-b239542a5ef8bfbf4775e58e64f0e68e02d077e9.tar.xz bootstrap-b239542a5ef8bfbf4775e58e64f0e68e02d077e9.zip | |
carousel bug with data
Diffstat (limited to 'docs/assets/js/bootstrap.js')
| -rw-r--r-- | docs/assets/js/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/bootstrap.js b/docs/assets/js/bootstrap.js index 6fa1d6d2c..9bfee0806 100644 --- a/docs/assets/js/bootstrap.js +++ b/docs/assets/js/bootstrap.js @@ -442,7 +442,7 @@ $target.carousel(options) if (slideIndex = $this.attr('data-slide-to')) { - $target.data('carousel').pause().to(slideIndex).cycle() + $target.data('bs-carousel').pause().to(slideIndex).cycle() } e.preventDefault() |
