Skip to content

Commit

Permalink
Consistent comments
Browse files Browse the repository at this point in the history
  • Loading branch information
i-like-robots committed Mar 18, 2013
1 parent 8efa36b commit ac3f93a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions swipe.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,13 +407,15 @@ function Swipe(container, options) {
},
prev: function() {

// cancel slideshow
stop();

prev();

},
next: function() {

// cancel slideshow
stop();

next();
Expand Down

0 comments on commit ac3f93a

Please sign in to comment.