Open GoogleCodeExporter opened 8 years ago
I repaired it:
Find line 195, and put there instead:
"var nextIndex = (this.slides.length - this.options.visibleSlides ==
currentIndex) ? (this.options.circular ? 0 : currentIndex) : currentIndex + 1;"
Original comment by Andrew8...@gmail.com
on 13 Sep 2013 at 2:54
Original issue reported on code.google.com by
Andrew8...@gmail.com
on 13 Sep 2013 at 2:26