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
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 /docs/assets/js/bootstrap.js
parentf37b351288883cca4ea435827b10fe6d8475dc6e (diff)
carousel bug with data
Diffstat (limited to 'docs/assets/js/bootstrap.js')
-rw-r--r--docs/assets/js/bootstrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/bootstrap.js b/docs/assets/js/bootstrap.js
index 6fa1d6d2cb..9bfee0806b 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()