From cc684750e5f1143443779ebec2c418c84cec64e7 Mon Sep 17 00:00:00 2001 From: Robert Burns Date: Sat, 1 Jun 2013 08:15:40 -0400 Subject: Fix for carousel indicators --- js/carousel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/carousel.js') 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() -- cgit v1.2.3