Fix for carousel indicators

This commit is contained in:
Robert Burns 2013-06-01 08:15:40 -04:00
parent a4c1248ca0
commit cc684750e5
3 changed files with 3 additions and 3 deletions

View File

@ -442,7 +442,7 @@
$target.carousel(options)
if (slideIndex = $this.attr('data-slide-to')) {
$target.data('bs-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('bs-carousel').pause().to(slideIndex).cycle()
$target.data('bs.carousel').pause().to(slideIndex).cycle()
}
e.preventDefault()