Skip to content

Commit

Permalink
Merge pull request #1376 from janrode/patch-1
Browse files Browse the repository at this point in the history
Current Slide was being replaced with the initial value upon responsive breakpoint at initialization.
  • Loading branch information
simeydotme committed May 25, 2015
2 parents 5e7ac9e + 6bcd1ff commit 31f87c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slick/slick.js
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@

_.destroy(true);

$.extend(_, _.initials);
$.extend(_, _.initials, { currentSlide: currentSlide });

_.init();

Expand Down

0 comments on commit 31f87c6

Please sign in to comment.