carousel bug with data

This commit is contained in:
fat 2013-05-16 18:21:42 -07:00
parent f37b351288
commit b239542a5e
4 changed files with 4 additions and 4 deletions

View File

@ -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()

File diff suppressed because one or more lines are too long

View File

@ -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()

View File

@ -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()