From 3fa843d0c147c192633de17d11d2343139e8eb97 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Mon, 4 Nov 2013 15:14:05 -0800 Subject: [PATCH] Re-enable touch efp optimization for simple case --- src/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot.js b/src/boot.js index f0226591..54d4f949 100644 --- a/src/boot.js +++ b/src/boot.js @@ -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;