Skip to content

Commit

Permalink
fix #312
Browse files Browse the repository at this point in the history
  • Loading branch information
Visual Idiot committed Jan 1, 2016
1 parent 1e6558f commit 3c202ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/unslider-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/js/unslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
// Loop our array of arrows and use jQuery to remove
// It'll unbind any event handlers for us
self.destroyArrows = function() {
$.each(self.$arrows, function($arrow) {
$.each(self.$arrows, function(i, $arrow) {
$arrow.remove();
});
};
Expand Down

0 comments on commit 3c202ce

Please sign in to comment.