Merge pull request #8046 from burnsra/3.0.0-wip-carousel

Fix for carousel indicators
Esse commit está contido em:
Mark Otto
2013-06-02 13:48:18 -07:00
3 arquivos alterados com 3 adições e 3 exclusões
+1 -1
Ver Arquivo
@@ -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()
Diff do arquivo suprimido porque uma ou mais linhas são muito longas
+1 -1
Ver Arquivo
@@ -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()