Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
findTouchAction should default to "auto"
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Aug 5, 2014
1 parent 40e9440 commit eb3663f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/targetfind.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@
n = n.parentNode || n.host;
}
}
// auto is default
return "auto";
},
LCA: function(a, b) {
if (a === b) {
Expand Down

0 comments on commit eb3663f

Please sign in to comment.