Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Re-enable touch efp optimization for simple case
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Nov 4, 2013
1 parent 8efd3a8 commit 3fa843d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
if (!s.elementFromPoint(x, y)) {
s = document;
}
return this.searchRoot(document, x, y);
return this.searchRoot(s, x, y);
}
};
scope.targetFinding = target;
Expand Down

0 comments on commit 3fa843d

Please sign in to comment.