Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorfat <jacobthornton@gmail.com>2013-05-17 05:21:42 +0400
committerfat <jacobthornton@gmail.com>2013-05-17 05:21:42 +0400
commitb239542a5ef8bfbf4775e58e64f0e68e02d077e9 (patch)
tree59c46c2735e317859619b7c1b62ecc8d01bdb22f /js
parentf37b351288883cca4ea435827b10fe6d8475dc6e (diff)
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 33b34af087..782f06a07f 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()