diff options
| author | Robert Burns <[email protected]> | 2013-06-01 08:15:40 -0400 |
|---|---|---|
| committer | Robert Burns <[email protected]> | 2013-06-01 08:15:40 -0400 |
| commit | cc684750e5f1143443779ebec2c418c84cec64e7 (patch) | |
| tree | 82c0902d13183656a430217e651aa7ade603d538 /js | |
| parent | a4c1248ca006617b371a739217cded5ae05ca33a (diff) | |
| download | bootstrap-cc684750e5f1143443779ebec2c418c84cec64e7.tar.xz bootstrap-cc684750e5f1143443779ebec2c418c84cec64e7.zip | |
Fix for carousel indicators
Diffstat (limited to 'js')
| -rw-r--r-- | js/carousel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/carousel.js b/js/carousel.js index 0da8e41ca..547007d2d 100644 --- a/js/carousel.js +++ b/js/carousel.js @@ -194,7 +194,7 @@ $target.carousel(options) if (slideIndex = $this.attr('data-slide-to')) { - $target.data('bs-carousel').pause().to(slideIndex).cycle() + $target.data('bs.carousel').pause().to(slideIndex).cycle() } e.preventDefault() |
