Skip to content

Commit

Permalink
merging
Browse files Browse the repository at this point in the history
  • Loading branch information
cielt committed Feb 25, 2016
1 parent 39e1c28 commit 46e6a52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions slick/slick.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@
centerPadding: '50px',
cssEase: 'ease',
customPaging: function(slider, i) {
<<<<<<< HEAD
return $('<button type="button" data-role="none"/>').text(i + 1);
=======
return $('<button type="button" data-role="none" role="button" tabindex="0" />').text(i + 1);
>>>>>>> upstream/master
},
dots: false,
dotsClass: 'slick-dots',
Expand Down

0 comments on commit 46e6a52

Please sign in to comment.