Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
merge tweak from master supporting arrays in addSlide
Browse files Browse the repository at this point in the history
  • Loading branch information
RwwL committed Feb 27, 2018
2 parents 55050b0 + bb9fd47 commit 23f2209
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/js/jquery.flexslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@
slider.addSlide = function(obj, pos) {
var $obj = $(obj);

slider.count += 1;
slider.count += $obj.length;
slider.last = slider.count - 1;

// append new slide
Expand Down
Loading

0 comments on commit 23f2209

Please sign in to comment.