Skip to content

Commit

Permalink
Merge pull request #96 from benschwarz/master
Browse files Browse the repository at this point in the history
Missed stopPropagation onTouchEnd
  • Loading branch information
Brad Birdsall committed Aug 7, 2012
2 parents 2ea2bec + a2cf1f3 commit 8cfe5ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion swipe.js
Expand Up @@ -263,7 +263,8 @@ Swipe.prototype = {
this.slide( this.index + ( isValidSlide && !isPastBounds ? (this.deltaX < 0 ? 1 : -1) : 0 ), this.speed );

}


e.stopPropagation();
}

};

0 comments on commit 8cfe5ac

Please sign in to comment.