Skip to content

Commit

Permalink
Merge pull request woocommerce#1126 from altruity/master
Browse files Browse the repository at this point in the history
Registers keyup as an eventType.
  • Loading branch information
mattyza committed Jun 13, 2014
2 parents e0e900c + 649b869 commit 06e9e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.flexslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
touch = (( "ontouchstart" in window ) || msGesture || window.DocumentTouch && document instanceof DocumentTouch) && slider.vars.touch,
// depricating this idea, as devices are being released with both of these events
//eventType = (touch) ? "touchend" : "click",
eventType = "click touchend MSPointerUp",
eventType = "click touchend MSPointerUp keyup",
watchedEvent = "",
watchedEventClearTimer,
vertical = slider.vars.direction === "vertical",
Expand Down

0 comments on commit 06e9e81

Please sign in to comment.