Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2015-01-03 09:13:04 +0300
committerChris Rebert <github@rebertia.com>2015-01-03 09:13:04 +0300
commitc561b43cb491a531adaa964ea64e3ea44f09b2fc (patch)
tree87ab18d12f97bc29f3a0ae7dd2a28268297baa73 /src
parent910d65ffe5ee040d057169525ddb169319ed8700 (diff)
sniffing for IE's "Touch" UA token seems unnecessary
Diffstat (limited to 'src')
-rw-r--r--src/browser/mq4-hover-hover-shim.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/browser/mq4-hover-hover-shim.js b/src/browser/mq4-hover-hover-shim.js
index b2aea09..7494e5e 100644
--- a/src/browser/mq4-hover-hover-shim.js
+++ b/src/browser/mq4-hover-hover-shim.js
@@ -61,8 +61,6 @@ export function supportsTrueHover() {
return false;
}
- // OPEN ISSUE: Should we look for IE's "Touch" userAgent token?
-
// UA's pointer is non-touch and thus likely either supports true hovering or at least does not try to emulate it.
return true;
}