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:
Diffstat (limited to 'src')
-rw-r--r--src/browser/mq4-hover-hover-shim.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/browser/mq4-hover-hover-shim.js b/src/browser/mq4-hover-hover-shim.js
index d097bf6..35c19e9 100644
--- a/src/browser/mq4-hover-hover-shim.js
+++ b/src/browser/mq4-hover-hover-shim.js
@@ -63,7 +63,6 @@ export function supportsTrueHover() {
}
// OPEN ISSUE: Should we look for IE's "Touch" userAgent token?
- // OPEN ISSUE: IE10 Mobile?
// UA's pointer is non-touch and thus likely either supports true hovering or at least does not try to emulate it.
return true;