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

Commit

Permalink
html /deep/, not head /deep/
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Jul 31, 2014
1 parent 2f17f3e commit 65de911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/touch-action.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

(function() {
function shadowSelector(v) {
return 'head /deep/ ' + selector(v);
return 'html /deep/ ' + selector(v);
}
function selector(v) {
return '[touch-action="' + v + '"]';
Expand Down

0 comments on commit 65de911

Please sign in to comment.