Skip to content

Commit

Permalink
Merge pull request kenwheeler#2112 from kenwheeler/revert-2038-master
Browse files Browse the repository at this point in the history
Revert "Update: Fix Issue kenwheeler#2035 - Extra dot when slide count was not divisibl…"
  • Loading branch information
simeydotme committed Feb 10, 2016
2 parents 26c1db8 + fd4d429 commit b195cf9
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 b195cf9

Please sign in to comment.