Skip to content

Commit

Permalink
Revert "Update: Fix Issue kenwheeler#2035 - Extra dot when slide coun…
Browse files Browse the repository at this point in the history
…t was not divisibl…"
  • Loading branch information
simeydotme committed Feb 10, 2016
1 parent 26c1db8 commit fd4d429
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion slick/slick.js
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,6 @@
} else if (_.options.centerMode === true) {
pagerQty = _.slideCount;
} else {
counter = _.slideCount % _.options.slidesToShow == 0 ? counter : counter + 1;
while (breakPoint < _.slideCount) {
++pagerQty;
breakPoint = counter + _.options.slidesToScroll;
Expand Down

0 comments on commit fd4d429

Please sign in to comment.