aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorfat <[email protected]>2013-05-16 18:21:42 -0700
committerfat <[email protected]>2013-05-16 18:21:42 -0700
commitb239542a5ef8bfbf4775e58e64f0e68e02d077e9 (patch)
tree59c46c2735e317859619b7c1b62ecc8d01bdb22f /js
parentf37b351288883cca4ea435827b10fe6d8475dc6e (diff)
downloadbootstrap-b239542a5ef8bfbf4775e58e64f0e68e02d077e9.tar.xz
bootstrap-b239542a5ef8bfbf4775e58e64f0e68e02d077e9.zip
carousel bug with data
Diffstat (limited to 'js')
-rw-r--r--js/carousel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/carousel.js b/js/carousel.js
index 33b34af08..782f06a07 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('carousel').pause().to(slideIndex).cycle()
+ $target.data('bs-carousel').pause().to(slideIndex).cycle()
}
e.preventDefault()