From b239542a5ef8bfbf4775e58e64f0e68e02d077e9 Mon Sep 17 00:00:00 2001 From: fat Date: Thu, 16 May 2013 18:21:42 -0700 Subject: carousel bug with data --- docs/assets/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/assets/js/bootstrap.js') 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() -- cgit v1.2.3