Commit 82fc03f3 authored by XhmikosR's avatar XhmikosR

carousel.js: remove unneeded variable assignment.

`slideIndex` is assigned to the same value a few lines above.
parent 7b0acf14
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
Plugin.call($target, options) Plugin.call($target, options)
if (slideIndex = $this.attr('data-slide-to')) { if (slideIndex) {
$target.data('bs.carousel').to(slideIndex) $target.data('bs.carousel').to(slideIndex)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment